| Thread | Last Post | Replies |
|
| Dynamically define variables in VB.Net/ASP.Net | 21 May 2008 11:53 GMT | 5 |
I am using ASP.Net 2.0 with VB.Net. I want to define variables. For example I want to create variable of type TableRow and while defining I don't know how many rows i needed. So what i want to do in my code:
|
| inserting formview with hiddenfield | 21 May 2008 11:21 GMT | 1 |
I am trying to insert some data using FormView which works fine but I do not know how to include hiddenfield and bind them in the construct so I can insert information like modify date, etc.. Any body has any suggestions
|
| leave button disabled if textbox has a whitespace | 21 May 2008 08:23 GMT | 1 |
I have a web page using javascript to enable/disabled an image button and switch its image when values are entered into a couple of textboxes. I have all that working fine, but my code considers a space a value. Anyone have any idea how to keep my button disabled if
|
| Remote Debugging | 21 May 2008 05:10 GMT | 3 |
We have a web site that was built as an ASP.Net Web Site, I am unable to remote debug, when build ing the web site there is not a dll or PDB file generated. I can debug on my local machine but unable to attach to the process when running from the web server.
|
| get raw headers? | 21 May 2008 03:41 GMT | 4 |
Is there any easy way to get the raw headers (byte[])? We've got a routine that wants to check the referrer for certain query string parameters. At the moment, it gets Request.UrlReferrer, then skims through the Uri.Query string looking at the name/value pairs.
|
| Migrating an Xml control using XslTransform | 21 May 2008 03:28 GMT | 9 |
I have code created with .net 1.0 and migrated to 3.5. Form 2.0 the XslTransform class is obsolete and the vs2008 compiler generates warnings that these classes are absolete suggesting to use XslCompiledTransform.
|
| Attaching MDF to older version SQL Server Enterprise Manager | 21 May 2008 01:43 GMT | 1 |
I create an ASP.NET web application using Visual Studio 2008. I created a SQL Database thru here as well. I copied the MDF over to the server, which is running SQL Server Enterprise Manager (v 8). When I try to attach the MDF I get...
|
| SiteMapProvider | 21 May 2008 01:05 GMT | 2 |
I'm working on my first SiteMapProvider. I just implemented a SiteMapProvider sample, as shown on this page: http://msdn.microsoft.com/en-us/library/ms178434(VS.80).aspx. I set up my Access database just like in the sample.
|
| Failed to load viewstate | 20 May 2008 23:49 GMT | 2 |
We keep getting this error on one of our web pages. I have absolutely no idea which control is causing the problem. How do i diagnose and fix this problem? It has been driving us nuts!
|
| Accessing the ControlToValidate control in a Validator | 20 May 2008 23:49 GMT | 1 |
I am writing a Validator by inheriting from the BaseValidator class. I need to access the control referred to by the ControlToValidate property. Because ControlToValidate is a String, I will need to use the FindControl() method using ControlToValidate as the argument. In most ...
|
| xmltextreader and character & | 20 May 2008 23:28 GMT | 1 |
I have an xml stream that I would like to read with xmltextreader. Problem is that there are some & inside the xml stream. Parse is not working on them. Can someone show me sample code for reading a stream like this?
|
| cant get dropdown list bound to data in template column of gridvie | 20 May 2008 23:08 GMT | 3 |
Hi I have a generic list of data list <type> listcategory; listcategory = new list <type>; I also have a dropdown box that I have put into a template column of a
|
| xml format problem | 20 May 2008 21:20 GMT | 4 |
I'm using the following code to create xml string: Dim Doc As New System.Xml.XmlDocument Dim newAtt As System.Xml.XmlAttribute Dim dec As System.Xml.XmlDeclaration
|
| Invalid attempt to call FieldCount when reader is closed | 20 May 2008 20:38 GMT | 1 |
I have a problem with a repeater and a data connection. In my Page_Load, I have the following code: Dim connectionString As String = WebConfig.ConnectionString
|
| Issues sending data back to server | 20 May 2008 20:30 GMT | 1 |
I've used the following <input type="hidden" ID="Carrier" runat="server" value="abc" /> Then, in JS i set the value to "oink". I've checked using a debugger that the value actually resides in that component. As the page gets requested
|