First  |  Prev |  Next  |  Last
Pages: 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30
Smart Phone question
If I have a forms authentication web page, how can I tell if a visitor is coming from a Desktop or a smart phone? I'd like to redirect to a different page after logging in if coming from a smart phone. Thanks ... 26 Jul 2010 03:00
Maintaining the selected row after sorting an ASP.NET DataGrid
Sorry, yes it is a GridView which I have in Default.aspx. Is it possible if you could supply the code in VB? Thanks Chris "Allen Chen [MSFT]" wrote: Hi, How can I maintain the same selected row even after a sort on a DataGridView with multiple pages? I have been looking for an exa... 23 Jul 2010 09:12
remove the border=1 from GridView control
Hi, You can remove the border tag by selecting the Auto Format under the common control tasks of Gridview. Go to design view of Gridview-> Click on GridView tasks-> Auto Format->Select Professional and you no more see the border o the GridView. To change the Colors of Professional for RowStyle and AlternatingRo... 22 Jul 2010 07:03
Session inside User control
when setting the session inside the webform usercontrol and again redirect the aspx page the session getting cleared. how to maintain state ... 22 Jul 2010 05:58
Format date and time optional
I have an asp.net page that has a GridView with bound columns. The date column is bound to a SQL datetime column. I have the formatting of the bound date to be Bind("ActivityDate", "{0:M/d/yyyy h:mm tt}") and it works fine. However, sometimes records do not have a time and show as 7/21/2010 12:00 AM Is there... 21 Jul 2010 16:56
Maximum request length exceeded
I have an aspx web page that has a button using NavigateURL to point to the startup page. I am getting the following error opening the startup page (Default.aspx) when I have a very large GridView displayed in the preceding page. Can anyone help resolve? Thanks. An unhandled exception occurred: Message: Maxi... 21 Jul 2010 16:56
Delay Page Request Load
I need to simply delay the loading of a requested page by 5 seconds. I'm not that that familiar with threading, so I just want to confirm that what I am doing is correct please. In the Load Sub for the page, I have the line: System.Threading.Thread.Sleep(5000) I want to make sure that this will only halt t... 22 Jul 2010 05:58
dynamic UI builder from database
Hello.. this is more of a design question. I need to develop an app that provides UI (CRUD = create/review/update/delete) operations for a database table. e.g: sample table layout is, (this already exists) Name: value: (Value can be an number/char/datetime etc) value_type:number/char/datetime. Based on th... 20 Jul 2010 20:11
Maintaining the selected row after sorting an ASP.NET DataGridView
How can I maintain the same selected row even after a sort on a DataGridView with multiple pages? I have been looking for an example for weeks and still no luck, so help would be appreciated. Thanks ... 20 Jul 2010 22:21
how to bind an query to a gridview programmatically?
Hi, i want to bind programmatically the records of a select query to an existing gridview. I can get the records via dtreader, but i don't know how to get them into the gridview (which is created in the aspx file) Thanks Luc My attempt: connectionstr = ConfigurationManager.ConnectionStrings("myconn")... 20 Jul 2010 11:22
First  |  Prev |  Next  |  Last
Pages: 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30