| Thread | Last Post | Replies |
|
| Form Authentication and IHTTPHandler | 05 Oct 2007 19:11 GMT | 1 |
When I add Form Authentication to my Website my IhttpHandler code is blocked. How can I tell Form Authentication to allow my IHTTPHandler code to execute, it is not secure
|
| html table border attribute and css | 05 Oct 2007 18:58 GMT | 1 |
hey all, i'm trying to move the value of my htmlTable.Border = 1 to my style sheet. is this possible? thanks,
|
| Single Cell Data | 05 Oct 2007 18:52 GMT | 2 |
Please excuse the my frustration if it comes through while writing this request for help. I have created a DataGird and populated it with data from an AccessDataSource. This was easy, I followed the steps from the various web
|
| Stored Procedures | 05 Oct 2007 18:07 GMT | 1 |
How to call a stored procedures with two input parameters in command object (sql client provider)
|
| Data Grid | 05 Oct 2007 18:05 GMT | 1 |
How to add columns and data key member to the grid at runtime.
|
| Debug vs. Release Build | 05 Oct 2007 17:49 GMT | 3 |
It is my understanding - and please correct me if I'm wrong - that when building a project in debug mode, I can deploy the .pdb file along with the .exe and thereby have access to the specific line number of code that throws an exception. Specifically, I can have an error logging ...
|
| javascript with asp.net | 05 Oct 2007 16:53 GMT | 4 |
Hai, I am new to ASP.NET, in my application, datagird, itemtemplate, i am having delete button. If i click that button, I am calling DeleteCommand,
|
| How to stop displaying filenames in url? | 05 Oct 2007 16:25 GMT | 2 |
I have seen some websites showing no filenames in their url, like http://www.abcdef.com/ab/cd no filename like f.aspx at the end.. anyway to do that in asp.net?
|
| Prevent round trip of postback | 05 Oct 2007 16:04 GMT | 3 |
I have an htm page that will be passing data to the server via parameters in a hidden iframe's aspx page. I not need the aspx page to return back to the htm page because the mission has already been accomplished in the initial page load event. also, this is not critical data so ...
|
| Error in javascript codings while loading content page | 05 Oct 2007 15:13 GMT | 7 |
I have a master page & a content page in my project. My content page contains javascript codings. While I load my content page in browser(IE) , I ma getting an error (Error is displayed in the status bar). After i click the status bar, the error
|
| Crystal is never in landscape mode | 05 Oct 2007 13:46 GMT | 5 |
I've got an application which works under 1.1 framework and uses crystal report. the problem is that for only one of my clients, the viewing of my crystal report is never in landscape
|
| Datagridview edit row with checkbox | 05 Oct 2007 13:33 GMT | 2 |
HI I am struggling with this one and its got to be a simple solution. I have 3 columns in a datagridview the 4th being the edit/delete buttons for that row, when I click the edit button I have the following:
|
| Adding AJAX to an existing Web Application | 05 Oct 2007 12:58 GMT | 8 |
I am trying to utilitze the AJAX Control toolkit in my asp.net project. I have added a reference to AjaxControlToolkit.dll, and in my page, added these lines of code: <ajaxToolkit:ToolkitScriptManager runat="Server"
|
| A question about classic asp | 05 Oct 2007 12:56 GMT | 3 |
The follwoing classic asp code all of the sudden stopped working : <% Dim objXMLHTTP Set objXMLHTTP = Server.CreateObject("microsoft.XMLHTTP")
|
| ASP.NET 2.0 objectdatasource and datakeynames with gridview | 05 Oct 2007 11:54 GMT | 2 |
So, I've bitten the bullet and am converting some of my asp.net 1.1 sites to asp.net 2.0, now after many issues I have come to a stop with the objectdatasource and gridviews and maybe someone can help! I have update, add adapter calls on the objectdatasource working well,
|