| Thread | Last Post | Replies |
|
| Javascript errors on page while displaying SQL Reports in asp.net | 21 Apr 2006 00:50 GMT | 1 |
I get javascript errors on the page when I try to display SQL Report using Report viewer in ASP.NET 2.0 (VS 2005). Even the images are not displayed. Please advise. Thanks.
|
| Back button (.net) generated not working | 21 Apr 2006 00:50 GMT | 1 |
Somethinng odd is happening. I have a form button and on page load, I add a javascript "back" function to this button. Like so: btnCancel.Attributes.Add("onclick", "javascript:window.history.go(-1);") <asp:Button ID="btnCancel" runat="server" Text="Cancel and go back." />
|
| Caching button data | 21 Apr 2006 00:43 GMT | 8 |
Is there a way to cache button images in ASP .NET 2.0. What I have are buttons on my site which have 3 different images for 3 states, 1) Normal
|
| what the heck... | 20 Apr 2006 22:25 GMT | 4 |
I posted a question about atlas twice now and it never showed up, did anyone see it? i posted one last night and one today
|
| is it possible inputting characters from keyboard by codes. | 20 Apr 2006 22:11 GMT | 1 |
is it possible inputting characters from keyboard by codes.or can we use assemly interrupts in asp.net to press keyboard buttons by code.
|
| Using asp:HyperLink to open a new window | 20 Apr 2006 21:28 GMT | 9 |
I am using asp:HyperLink in a c# asp.net application to open a new window in the following way: <asp:HyperLink ID="lnkSiteName" runat="server" Text='<%# DataBinder.Eval(Container, "DataItem.name") %>'
|
| Cross Page Posting using public property on previous page | 20 Apr 2006 21:27 GMT | 2 |
Using Visual Studio.Net 2005, Asp.Net 2.0, and trying to use technique shown in the Programming Asp.Net 3rd Edition by O'Reily, page 257. On the first page, this would become the previous page, I have 2 dropdowns. According to their technique, I should create a public property ...
|
| Does Visual Express support Code Behind or Inline model only? | 20 Apr 2006 21:20 GMT | 1 |
|
| Problem in UPDATE query in GridView | 20 Apr 2006 21:14 GMT | 1 |
I have a gridview: <asp:GridView ID="GridView1" runat="server" AllowPaging="True" AllowSorting="True" AutoGenerateColumns="False" CellPadding="4" DataSourceID="SqlDataSource1" ForeColor="#333333" GridLines="None"
|
| Formview Question about Dates and Formatting | 20 Apr 2006 20:25 GMT | 2 |
I have a formview control in my project (VS2005/ASP.NET 2.0) and I have one field that is a date. I have it formatting correctly as a short date (MM/dd/yyyy) but when I click the edit link to edit the record, it is showing the long date/time format. How do I force the thing to ...
|
| Simple insert with SqlDataSource doesn't work - why? | 20 Apr 2006 20:19 GMT | 7 |
I want to insert values from the querystring but nothing happens with this code (the sp works great from the Query Analyzer): <form id="form1" runat="server"> <asp:SqlDataSource ID="SqlDataSource1" runat="server"
|
| Unable to serialize the session state | 20 Apr 2006 20:12 GMT | 6 |
I have an object I am unable to put in my session. I have others that have no problem. The difference is the the one I am having problems with was created in VS 2003. The others were created using DW and compiling using the commandline and they work fine.
|
| asp 2.0 Master Page and Page_Load | 20 Apr 2006 20:10 GMT | 1 |
I have a problem with getting my aspx-pages with a master page to understand that I have written something in my controls in the Page_Load-event of the content-page. I have a simple page with a textbox and a button. I write something in
|
| ASP.Net controls & AJAX | 20 Apr 2006 19:59 GMT | 13 |
I was wondering if anyone had experience using ajax with asp.net controls. What i'm looking for, are ways to implement and possible problems. A way to implement could be rendering the control on the server side, and send the html string back to javascript.
|
| Autopostback and onkeyup event issue | 20 Apr 2006 19:38 GMT | 3 |
The first text on my form is a numeric field. I have a javascript that runs on this field for onkeyup (validate the key strokes and modifies fields on the screen) but when I do this and have the autopostback on, the autopostback does not trigger. The autopostback will trigger if I
|