| Thread | Last Post | Replies |
|
| GridView and HyperLinkField | 23 Feb 2006 06:03 GMT | 1 |
I have a GridView that is displaying a field as a hyperlink. I would like to add an onclick event to open another browser window using javascript. How can I accomplish this? I can do this successfully with just a simple HyperLink control. The HyperlinkField for a GridView ...
|
| REPOST: Gridview ImageButton causes double postback | 23 Feb 2006 05:30 GMT | 8 |
Hello, this message was posted in december 2005 and Steven Cheng from MS followed it up with me to a point, before the thread trailed off. http://groups.google.com/group/microsoft.public.dotnet.framework.aspnet/browse_f rm/thread/47281f5d53c14950 several other newsgroup users have ...
|
| Textbox.text not getting value | 23 Feb 2006 05:27 GMT | 2 |
I am using javascript to clear a textbox. After the users clicks on the button to clear the textbox via javascript, the user then enters in the new text and clicks on save. When the save button is click, the click event on code behind is trigger but the textbox.text is "", not the
|
| system.drawing error. Need help debugging. | 23 Feb 2006 02:46 GMT | 11 |
I'm modyfying an image upload and resizing script that we've had laying around for a long while. I'm getting a NullReferenceException error (see full error at bottom) from this line:
|
| Newbie Question About Crystal Reports in Web App | 23 Feb 2006 02:32 GMT | 1 |
I have an existing HTML report in my web application that I need to convert to a Crystal Report. I've been looking at examples of how to create a CR on the web and all the examples show the report data being pulled from a database or a dataset. The data in my report is all ...
|
| Help: ASP.NET GRIDVIEW problem | 23 Feb 2006 02:24 GMT | 1 |
I save comments including its carriage-return linefeed from an ASP.NET textbox to a Varchar(200) field in an SQL Server Database. I show these records in an ASP.NET gridview with other columns (nae, city, country, etc). The comment appears on one row.
|
| Newbie : Gridview question | 23 Feb 2006 02:16 GMT | 1 |
I have a gridview on my page and templatecolumns defined in it. I also have a couple of databound columns. The datatable being bound to the gridview contains a column (defined as a datacolumn so as to get the value) and in the ItemDataBound I can access this value but only when ...
|
| File Based Web Server Development on a LAN | 23 Feb 2006 02:11 GMT | 1 |
The new file based web server that comes with Visual Studio 2005 allows you to develop and debug an ASP.NET on a remote computer rather than having to rely on IIS. Assuming you've got decent LAN bandwidth, is anyone out there developing applications off of a file server ...
|
| Alternative to Session State | 23 Feb 2006 01:54 GMT | 1 |
I have used Session variables in my ASP.NET 2.0 application to save data across multiple pages. My production environment does not allow me to use session state. I have to find an alternative way, ViewState will not be of much help. can
|
| Vehicle Sales DB | 23 Feb 2006 00:11 GMT | 2 |
I dont know if this question belongs in here, but I will try. Does anyone know where I could get a veicle sales DB??? Example: someone comes to the web app and they see "select make" then "selct model" then "select year" and finally "select options". Does anyone know if there is ...
|
| Website Administration Tool | 23 Feb 2006 00:09 GMT | 1 |
I just tried to manage individual pages using the website administration tool, but instead of seeing the individual pages I only see individual folders when looking at my website via the tool. How do I set access roles using this utility for individual pages?
|
| Redirect multiple domains pointing to the same folder | 22 Feb 2006 23:59 GMT | 3 |
I like the Web hosting site I'm using (though alternate hosting suggestions are welcome), and it allows me to point mulitple domains to the root folder for free, but it charges extra for pointing them to folders. But here's my issue: If I could just point each domain to a different ...
|
| how did a singleton object achieve application scope in asp.net when it was declared a page variable? | 22 Feb 2006 23:38 GMT | 5 |
The following code produced a singleton object with application scope when it should have had page scope: public class Singleton {
|
| Checking the contents of the ViewState? | 22 Feb 2006 23:38 GMT | 1 |
Hi there, is there a simple way to check if something is in the viewstate without getting null pointer errors? I.e. obviously the "exisits" method doesnt exisit, i have just put it there to explain my point
|
| Need Value support for <asp:CheckBox> | 22 Feb 2006 23:33 GMT | 3 |
hey guys How can I get a value property for the checkbox, I don't want to use the checkbox list. Help is appreciated.
|