| Thread | Last Post | Replies |
|
| StyleSheet and Authentication | 22 Nov 2007 18:54 GMT | 3 |
When i use this in the web.config file : <authentication mode="Forms" > <forms defaultUrl="Console.aspx" loginUrl="Identification.aspx" ></forms> </authentication>
|
| On a dropdown, when you type letter it helpfully selects related item. How can I slow the timeout on this feature? | 22 Nov 2007 18:26 GMT | 1 |
On my dropdown, if I type it automatically goes to a related item that matches what I type - so long as whatever I type takes less then one second. How can I extend this timeout ?
|
| postback in ASP.NET | 22 Nov 2007 17:26 GMT | 4 |
I want to create an image map using Zedgraph (www.ZedGraph.org). I can create an imagemap so that each point in the graph has a link and user can press that link to do some action. To bring back the user to the same page, I used the URL of the point to point to the same page. The ...
|
| Set temporary folder for web application with impersonation as HttpRuntime.CodegenDir ? | 22 Nov 2007 17:01 GMT | 1 |
We have developed a web application in ASP .NET (C#, .NET 2.0, IIS 6.0, Windows Server 2003), with integrated Windows authentification, and impersonation. I have tried to use memory streams, as opposed to temporary files, as often as possible beacuse we want to spare our
|
| How to set GridLayout and FlowLayOut in VS 2005 ? | 22 Nov 2007 15:14 GMT | 1 |
How to set GridLayout and FlowLayOut in VS 2005 ? Best Regards, Luqman
|
| Update Panel and Event | 22 Nov 2007 13:28 GMT | 2 |
I have a GridView inside an Update Panel. When a GridView row is updated I want to refresh the GridView and after it has been refreshed I want to run a JavaScript Function like: Smoke({title: 'Hello', text: 'How are you?'});
|
| Howto Add Data in Repeater and read it in code-behind ? | 22 Nov 2007 12:35 GMT | 1 |
Hi. I have the following puzzle: I have in the DB a table name "Login_QAByPIN". In it I'll store, for identification purposes, 6 questions with 6 answers for each registered pin. On the registration page, I have the following HTML:
|
| Insert Row in GridView using SqlDataSource and update to database ? | 22 Nov 2007 11:44 GMT | 5 |
I added new rows to the GridView with the following code. I am using SqlDataSource and Sql Server 2000 Northwind Database Customers table. Dim sqlarg As New DataSourceSelectArguments
|
| repeater and querrystring | 22 Nov 2007 11:22 GMT | 2 |
The repeater control works fine for me. But how can I make it accept a querrystring? The repeater has a tag called selectcommand. Can I insert a where clause including the querrystring? Thanks.
|
| Directely Export DataGrid/Panel/ (Asp.Net any Control's) Value into pdf | 22 Nov 2007 11:17 GMT | 1 |
hi Grroup, is it Possible to Export ASP.Net (any) Controls Value into PDF. if yes Please Reply me. I am Waiting for Reply. my Mail ID is rastogi.mahesh@gmail.com.
|
| How can i make GridView Header dynamic? | 22 Nov 2007 10:45 GMT | 7 |
I would like to make my Gridview header dynmic i.e databinded from database.. I want my users to be able to change the headers on the fly.. Any ideas?
|
| Page encoding and browsers (IE in particular) | 22 Nov 2007 09:48 GMT | 9 |
Hi... Have another thread going on in scripting.jscript trying to work around some deficiencies in the way IE and IIS interact. The nub of it is this: ASP.Net explicitly sets an output encoding header
|
| Web Developer Express 2008 | 22 Nov 2007 07:00 GMT | 2 |
I have installed Visual Studio 2005 Professional and I have also installed Visual Csharp Express 2008 without any problems but now I am trying to install Visual Web Developer Express 2008 and I have an error installing Web Authoring Component. I have no idea why this happens and I ...
|
| datagrid paging | 22 Nov 2007 06:21 GMT | 2 |
I'm using the datagrid control, and if I bind it to an sqldata adapter which returns more records than is specified in the PageSize attribute of the datagrid it gives runtime error: "Control 'dgTemplate_ctl14_ctl01' of type 'DataGridLinkButton' must be
|
| renaming the login.aspx page | 22 Nov 2007 05:11 GMT | 3 |
How do you rename the login.aspx page and still make it work? and How would you determine what you should rename it to?
|