Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
HomeAnnouncementsFree MagazinesWhite PapersSubmit Content
Discussion GroupsASP.NETWindows FormsLanguages.NET FrameworkVisual Studio.NET
Articles.NET FrameworkASP.NETToolsWindows Forms
.NET DirectoryOpen Source ProjectsUser GroupsWeb Resources
Related Topics
Visual Basic 6SQL ServerMS AccessOther DB ProductsMS Server ProductsMore Topics ...

.NET Forum / ASP.NET / General / May 2008

Tip: Looking for answers? Try searching our database.

ThreadLast Post  Replies
Dynamically define variables in VB.Net/ASP.Net21 May 2008 11:53 GMT5
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 hiddenfield21 May 2008 11:21 GMT1
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 whitespace21 May 2008 08:23 GMT1
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 Debugging21 May 2008 05:10 GMT3
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 GMT4
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 XslTransform21 May 2008 03:28 GMT9
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 Manager21 May 2008 01:43 GMT1
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...
SiteMapProvider21 May 2008 01:05 GMT2
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 viewstate20 May 2008 23:49 GMT2
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 Validator20 May 2008 23:49 GMT1
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 GMT1
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 gridvie20 May 2008 23:08 GMT3
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 problem20 May 2008 21:20 GMT4
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 closed20 May 2008 20:38 GMT1
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 server20 May 2008 20:30 GMT1
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  
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.