| Thread | Last Post | Replies |
|
| Invalid postback or callback argument | 15 Jun 2006 03:31 GMT | 2 |
I have a repeater with and imagebutton on a page useing VS2005 ASP.Net 2.0 <asp:Repeater ID="Repeater1" runat="server" > <ItemTemplate> <div>
|
| Two merged columns in GridView | 15 Jun 2006 03:11 GMT | 1 |
I'm not sure if I'm asking something irreverent, so I'm sorry in advance. But I have a report that should look like : Col1 Col2 Col3 Col4
|
| Newbie Question | 15 Jun 2006 03:02 GMT | 1 |
I am looking for good guidance for positioning controls on the form.document, it is absolute nightmare and I don't know where to begin Thank you, Samuel Shulman
|
| ASP.NET 2.0: programming .aspx for many browsers? | 15 Jun 2006 01:04 GMT | 3 |
(Sorry for my English...) I am learning ASP.NET 2.0: and I have a question: if I have .aspx page will it work without modifications in all popular browsers? Thank you very much for information.
|
| Passing values across webforms that use Master pages | 15 Jun 2006 00:31 GMT | 2 |
Sorry to create a new thread on an old post but I didn't get a viable answer and thought that the odds were against me getting one unless I started a new thread. My question was this:
|
| discover javascript capabilities from server side | 15 Jun 2006 00:13 GMT | 3 |
Is there any way via server side code to determine if the browser supports javascript?
|
| Mail.SmtpClient sending duplicates | 14 Jun 2006 23:55 GMT | 4 |
I tried out the new System.Net.Mail.SmtpClient feature of asp.net 2.0 and I love it, but there's just one problem. When it sends an email out, it sends to BOTH the TO and the FROM address. I have the following code which is very simple.
|
| using asp.net membership for application | 14 Jun 2006 22:52 GMT | 1 |
1. I'm starting a new application, and was thinking of using the asp.net membership stuff for the application itself. For example the table "saved_searches" would link the "userid" to the userid of the asp_net users table. Is this a good or bad idea?
|
| problem: gridview + oracle | 14 Jun 2006 22:11 GMT | 2 |
I have a grid view which display and updates the data, however it doesn't work well, I always either get invalid name/number or not all varaibles bound, I am very frustrated at the moment. Thank you very much!!
|
| How display dynamic progress info in label control without refreshing page? | 14 Jun 2006 22:10 GMT | 2 |
One ASP.NET transactional page conducts a long transaction in a button click function. I want to display the transaction progress info in label control without refreshing page.
|
| ASP.NET and paypal | 14 Jun 2006 21:51 GMT | 5 |
Guys, it seems that several people have enquired about how to communicate with Paypal as securely as possible. It is obvious that placing the shopping cart details in the URL is about as insecure as could be.
|
| chatting application with asp.net | 14 Jun 2006 21:34 GMT | 2 |
Can any one guide me on creating a chatting app with asp.net /vb.net
|
| References in Markup | 14 Jun 2006 21:25 GMT | 1 |
I'm adding a new content page to a 2.0 asp.net project that uses a master page. I drop a label onto my content page and then name it _myLabel. I get a dialog box that says "If you have a reference in Markup, they will not be renamed".
|
| How do I redirect using POST | 14 Jun 2006 21:23 GMT | 4 |
How can I transfer user to another server using POST. The problem is that Server.Transfer (preserves form data) works just in current server. Response.Redirect - uses GET method. However I have to open a remote
|
| Make sure that the class defined in this code file matches the 'inherits' attribute | 14 Jun 2006 21:14 GMT | 1 |
Hi Gang, On my development system I am not getting this error, but it does happen when I upload it to my ISP. Can someone tell me why this is happening? I don't have any user-defined controls which seems to be
|