| Thread | Last Post | Replies |
|
| FileUpload Control | 31 Aug 2007 18:42 GMT | 1 |
I want to change the font of the browse button in FileUpload control. How can I do this with a CSS Style? Thank You, Miguel
|
| SqlError Deserialization - Possible Version mismatch. | 31 Aug 2007 17:43 GMT | 1 |
We have an application on one server and a web service on another server. Our BLL and DAL layers are behind the web service. When a SqlException is thrown, the application receives the following error: System.Runtime.Serialization.SerializationException: Possible Version
|
| Problems with dynamic links in Datalist | 31 Aug 2007 17:26 GMT | 1 |
I am displaying subcategories in my datalist, and now I have a bizarre thing happen when I add a new subcategory record in my sql database, the new subcategory link does not click into the next page: Here is the code surrounding my dynamic 'subcategory':
|
| Pre_Init | 31 Aug 2007 17:00 GMT | 2 |
protected void Page_PreInit(object sender, EventArgs e) { TextBox1.Text = TextBox1.GetType().ToString(); }
|
| SelectSingleNode throwing exception: | 31 Aug 2007 16:44 GMT | 1 |
I have following XML which I need to modify and invoke a http request I need to select a node but I am getting "Namespace Manager or XsltContext needed. This query has a prefix, variable, or user-defined function." Error
|
| Added pages in PDF | 31 Aug 2007 16:06 GMT | 1 |
When I render my ReportViewer to the screen it is fine. When I export it to a PDF, it adds a blank page between each regular page. Any easy fix for this?
|
| Doubt global variable? | 31 Aug 2007 16:02 GMT | 3 |
Hi, I have a first button_click wich generates/fill a DataSet, etc, etc... and on a second button click I need to access the DataSet generated by the first button to manipulate some rows, etc, but how can I do that? Something like declaring a global variable? Can you help me ?
|
| Serve up file from outside web application directory | 31 Aug 2007 15:36 GMT | 11 |
I come from a ColdFusion background, and CF has the ability (via something called CFCONTENT) which allows you to serve up a file which resides outside your web root directory. How do I accomplish a similar thing using ASP.net 2 (C#)?
|
| How do I update a DataList (on a UserControl) on a Master Page from a Content Page | 31 Aug 2007 15:22 GMT | 1 |
I have a DataList inside a UserControl, which I use on a MasterPage. My ContentPage lists items which a user can add to his/her shopping basket. Can someone PLEASE let me know how I can "refresh" the datalist, contained within a usercontrol (which is on the MasterPage),
|
| IE6 doesnt render the page properly whereas IE7 does | 31 Aug 2007 15:15 GMT | 2 |
My ASP.NET 1.1 app is working perfectly in IE7, however, when I open some page in IE6 they render as follows: 1. First dropdowns appear, then the rest of the page - looks ugly 2. When I click on a javascript which changes the cursor and navigates to
|
| Application Directory & Deployment | 31 Aug 2007 14:56 GMT | 2 |
This is my first ASP 2.0 project and I'm running into a snag now that I'm trying to deploy the project. On my development machine, whenever I browse to the site via the IDE webserver, the URL bar looks like this:
|
| hi, | 31 Aug 2007 14:43 GMT | 7 |
this is my code string filter ="LDAP://165.22.55.9"; DirectoryEntry dr = new DirectoryEntry(filter); DirectorySearcher mySearcher = new DirectorySearcher(dr);
|
| Unable to cast object of type 'System.Security.Principal.GenericIdentity' to type 'System.Web.Security.FormsIdentity'. | 31 Aug 2007 13:51 GMT | 2 |
Hello, I'm currently working on a web application that normally works fine. Times to times I have the following error: ' Unable to cast object of type
|
| IOException - Bad file name but NOT a permissions problem | 31 Aug 2007 13:15 GMT | 2 |
My clients get the following exception message when they try to write to a file: <exception> Server Error in '/MyApp' Application.
|
| Getting a quick list of the routines that are called by an object. | 31 Aug 2007 13:10 GMT | 1 |
Is there a quick and dirty place I can find a list of the events that are fired by objects. And preferably the order they are fired in? Also what the default is for the name if everything is AutoWired. For instance - Page_Load, Page_PreRender, ....
|