| Thread | Last Post | Replies |
|
| Publish VS Copy project | 17 Apr 2006 04:08 GMT | 1 |
In VS 2003 I could copy the altered aspx files and the dll in the bin folder to update my webiste. After I upgraded the site from VS2003 to VS2005 I published the site and all went well. I now want to be able to update the site as I did before. When I Select "Copy Project" and ...
|
| asp.net 2 and xml | 17 Apr 2006 03:58 GMT | 2 |
I have an web based asp.net 2 application, I need to send and receive information using an encoded xml packet to another web server from within a web page of our main webserver. I assume i need to make a dll to do so, but would like some advice to make sure I get this correct. ...
|
| Problem with getting onclick event from nested datagrid | 17 Apr 2006 00:15 GMT | 1 |
I have a datagrid with nested datagrid. How do I get event from dgNested button? I used example from http://www.dotnet247.com/247reference/a.aspx?u=http://www.standardio.org/article .aspx?id=155
|
| RequiredFieldValidator UI Space usage fix? | 16 Apr 2006 21:38 GMT | 1 |
I Have a simple page that looks something like this: Please enter your Email address: <RequiredFieldValidator with ErrorMessage: "Required *"> <TEXBOX>
|
| I cant find my meta tag | 16 Apr 2006 21:36 GMT | 2 |
I have to refresh my site every 5 secs but I cant find my sites meta tag in my site I think there is no meta tag clearly pages includes masterpages. How can I access the meta tag of my page whit C# code or something like that.
|
| SQL Output Paramter problem | 16 Apr 2006 20:55 GMT | 1 |
When i call stored procedure which have an output paramter, t'm unable to get the value How could i fix it?? here is the method....
|
| simple report | 16 Apr 2006 17:57 GMT | 1 |
hi, I have a query return a recordset(have quarter, year data), how to output in asp? many thanks
|
| meta tag | 16 Apr 2006 15:33 GMT | 1 |
I have to refresh my page every 5 second but I cant find meta tag of my page to <META HTTP-EQUIV="refresh" content="5">type in it because of master page of my website. How can I access the meta tag of my page
|
| web developer express 2005 not working ok | 16 Apr 2006 14:56 GMT | 3 |
I installed visual developer express 2005, and the Design view does not start, only the Html view works?
|
| Request best practice for ResourceManager | 16 Apr 2006 09:03 GMT | 1 |
I know how to use ResourceManager, but I think I don't use it wisely. I have a web user control. Inside the control, I need to call ResourceManager.GetString. However, I also need to call ResourceManager.GetString for my web page body. Therefore, I need to create
|
| joining two string variables in asp.net? | 16 Apr 2006 07:21 GMT | 2 |
Dim var1 as String Dim var2 as String var1="message1" var2="message2"
|
| Problem with ObjectDataSource and custom webcontrol. | 16 Apr 2006 04:49 GMT | 2 |
Okay, I something weird is happening where I do not know if I am doing something wrong. I have a page that contains a custom webcontrol that I developed. This webcontrol basically loads a UserControl (ascx) using the LoadControl method
|
| Classes for administering users/membership | 16 Apr 2006 01:46 GMT | 3 |
Area there any .net classes to do the job of Web Site Administration Tool i.e. creating users, roles etc. via code? Thanks Regards
|
| "Leaky" SessionState | 16 Apr 2006 00:28 GMT | 1 |
We have a site that holds data about the user in session while they are logged in. Everyone once in a while a user will log in and see someone else's session state. Has this happened to anyone else? We are using SqlServer SessionState. I cannot reproduce this and I can't find a ...
|
| Object reference not set to an instance of an object. | 16 Apr 2006 00:21 GMT | 3 |
im filling a datset with names of films and need to get the number of films in the dataset. basically i want to know if its empty. but when i try and get the number of rows it gives me the error: "Object reference not set to an instance of an object" . I get this error from
|