| Thread | Last Post | Replies |
|
| 2 Questions about using AJAX with Master Page | 27 May 2008 02:41 GMT | 11 |
Trying to create a master page that holds a menu, and the menu switches between pages in the site. 2 problem arrosed: a. When I navigate from page to page (all AJAX Web Forms, with the Master pages as their master...) the entire page is refreshed - also the menu which
|
| How to reuse sqldatareader? | 27 May 2008 01:59 GMT | 4 |
I have a sqldatareader that I use to read some data. Later I do a dr.close. In the same sub I later to "dr = MyCommand.ExecuteReader" because I'm trying to reuse the var with a totally different stored proc. When the code runs I get this error on the 2nd dr.Read:
|
| How pass null to stored proc | 27 May 2008 01:41 GMT | 3 |
How do I pass a null to a stored proc? This doesn't seem to work.... MyCommand.Parameters.AddWithValue("@RecurranceStorage", System.DBNull)
|
| How reset password if not know old one | 27 May 2008 01:33 GMT | 3 |
Using ASP.NET built in membership. I'm creating an "admin interface" to my site. Thru code, how can I reset someones password without knowing the old/current one?
|
| Do I have the latest VS? | 26 May 2008 21:35 GMT | 1 |
When I go to Help About in Visual Studio it say's I'm running MS VS 2008 V 9.0.21022.8 RTM. Is this the latest (non-beta) version? Thanks!
|
| IDE is super slow | 26 May 2008 21:30 GMT | 6 |
I have VS2008 and the IDE is super slow. I updated to the latest version. Is there a way to find out why it's acting so slow?
|
| 0 bytes? | 26 May 2008 21:19 GMT | 1 |
using System.Net.Sockets; public bool SendBytesToPrinter(byte[] p) { try
|
| Using Session variables without casting them to a new object | 26 May 2008 20:34 GMT | 11 |
I find it a little hard sometimes to cast a Session variable to a different object, do what I need to do to it and then send it back to the Session. Is there a way to do this without taking the variable out of the Session first? I have 15-20 methods on my page codebehind that ...
|
| word automation with asp.net (c#) | 26 May 2008 19:00 GMT | 2 |
Hi friends,I have a problem about word and asp.net . When I run my project in visual web developer 2005 it works fine. But in server it is not work. I think its about secury settings. What can I do to call word document from server to client???
|
| Specified argument was out of the range of valid values.Parameter name: index | 26 May 2008 18:38 GMT | 2 |
hi, i'm having problems with a datagrid paging. it's populates fine, but when i click the paging button appears this error:"Specified argument was out of the range of valid values.Parameter name: index"
|
| Sending information? | 26 May 2008 16:11 GMT | 1 |
Hi, can asp.net (2.0 C# VS 2005) send some kind of information via TCP/IP to a computer that will be on the local network? Should the destination computer have a executable listening the data arrived on some port? Because the computer needs to send the data arrived to a
|
| Handling ActiveX in ASP.net | 26 May 2008 15:45 GMT | 3 |
I would like to create an ActiveX object inside my aspx Asp.Net 2.0 page. Then I would like to have a handler in my code-behind code, in order to change and access the properties of this ActiveX. So my first question is: how to create the ActiveX object ? Can I use the
|
| Complex GridView Binding | 26 May 2008 15:32 GMT | 1 |
I want to bind my GridView control to an ObjectDataSource that returns: List<User> But the thing is, one of the user's properties is Department - which is another custome type.
|
| Menu Control That Works With Safari | 26 May 2008 14:05 GMT | 4 |
Using ASP.NET 3.5 I have been using a standard menu control bound to a sitemapdatasource using a web.sitemap file. The menus work fine in IE and Firefox, but in Safari, they render horribly
|
| Validator | 26 May 2008 11:27 GMT | 4 |
I am using a RegularExpressionValidator and the ValidationExpression is "/^\d{1,2}(\-|\/|\.)\d{1,2}\1\d{4}$/" It still have errorMessage. Can anyone help me?
|