| Thread | Last Post | Replies |
|
| Newbie Question about master page in ASP.NET 2.0 | 13 Feb 2006 17:09 GMT | 4 |
I'm a newbie in web programming. I got few questions about master page in ASP.NET 2.0 I've made a master page with a navigation menu, a header, a footer in it, then I use it in pages. Whenever the menu is cliked, it navigate to
|
| Q: web services | 13 Feb 2006 16:33 GMT | 3 |
I have an asp.net application developed by someone else and it seems it interacts with database through web services. What is the benefit of this? Any idea? Thanks,
|
| Get data, make textBoxes, edit values, and re-save to database. Simple? | 13 Feb 2006 16:32 GMT | 5 |
I'm using asp.net/vb.net/ado.net to create a very simple user interface. (Everything works if I use STATICALLY created textBoxes... but not when I make them DYNAMICALLY.) 1. Execute a SQL SELECT cmd to retrieve a record.
|
| Do I need to close a connection after grabbing a datareader? | 13 Feb 2006 16:24 GMT | 17 |
I have a generic method in a utility class that grabs an sqldatareader and returns it. Due to the fact that (AFAIK), you can't close the database connection before you've read the data, this method doesn't close it, it just returns the datareader. The calling code uses the
|
| Using Session variable in ASP.NET page | 13 Feb 2006 16:10 GMT | 4 |
When a user logs into my site, I create a cookie with their UserID, but I wish to also create a Session variable to track their "UserType". I do this as follows: Session("UserType") = "admin"
|
| SqlDataSource not getting update when using DataKeyNames | 13 Feb 2006 16:08 GMT | 1 |
I am having problem updating the value of a texbox control inside a gridview in which its bound field is also specified in DataKeyNames. What I noticed is that If I remove accountid from DatakeyNames the update works automatically with no code. So, now what I am trying to
|
| Trouble with Table borders | 13 Feb 2006 16:01 GMT | 4 |
I seem to have a re-occuring problem with tables. Every tiime i create a new table in my code (Table x = new Table();) it creates in the final code the browser gets the attribute 'border="0"'.(i prefer putting my styles in a seprate css file)
|
| HREF QUESTION (cross) | 13 Feb 2006 15:57 GMT | 3 |
I saw an url like this <a href="{nocache:426d6de96f848e23f89ef8d2a557145f#0}&p=http://www.isbuluyorum. com>CLICK</a>
|
| Raising Exceptions in HttpApplication.Init | 13 Feb 2006 15:42 GMT | 2 |
Upon startup of my ASP.NET 2.0 application, I check if the application configuration is in an acceptable state inside an override of HttpApplication.Init(). If not, I raise an exception from this method. Everything fine so far.
|
| validation(asp.net):attribution onblur is not a valid attribute of | 13 Feb 2006 15:35 GMT | 1 |
I use asp.net 2.0. I try to use onblur in textbox of asp.net. however, it said that
|
| Problem on Windows 2000 with IIS for VS 2005 and ASP.NET 2.0 | 13 Feb 2006 15:05 GMT | 3 |
I have 4 Windows 2000 Servers. I have installed the DotNet Framework 2.0 on all 4 servers. Three of these servers show a tab for ASP.NET in the IIS MMC and are running Visual Studio 2003.
|
| Calling .NET web service functions via HTTP GET/POST | 13 Feb 2006 14:58 GMT | 2 |
I know you can call the WS methods using HTTP GET/POST, simply by providing the method name in the URL and appending the parameters as the method requires. However, we would like to use this call method to invoke the
|
| How to get valid XHTML from the framework???? | 13 Feb 2006 14:44 GMT | 8 |
I thought that ASP.NET 2.0 was supposed to output valid XHTML 1.0. I've just spent a very frustrating time trying to fix all the validation errors in framework-produced code. I posted previously (but haven't had any replies yet) about the
|
| ASP.NET adds invalid attribute to the form!! | 13 Feb 2006 14:42 GMT | 1 |
I am just trying (and failing miserably) to massage my pages into valid XHTML. One problem I am having is that the framework has added a "name" attribute to the main form, and XHTML doesn't have a "name" attribute. Anyone any idea why? The content of the master page looks like...
|
| Is there a client-side OnLeave event for a page? | 13 Feb 2006 12:26 GMT | 1 |
Our customers want to pop-up a small survey when their users have finished browsing their site. To the best of my knowledge, I don't think this is even possible. Can anyone confirm this or, better still, prove me wrong with some sample
|