| Thread | Last Post | Replies |
|
| SqlDataSource performance | 15 Dec 2006 16:59 GMT | 4 |
Is there any difference in performance between a SqlDataSource and an ObjectDataSource - assuming they are being deployed to perform the same task against a SQL Server database? Mike
|
| Ajax doesn't work with calendar control | 15 Dec 2006 14:40 GMT | 1 |
I applied the following Ajax code in my web page which has a calendar control to keep my page from completely reloading everytime something was changed. <atlas:ScriptManager ID="ScriptManager1" runat="server" EnablePartialRendering="true"/>
|
| ASP.Net Control Accessibility | 15 Dec 2006 14:11 GMT | 1 |
This page: http://msdn2.microsoft.com/en-us/library/ms227996(VS.80).aspx at the top says "ASP.NET server controls cannot be used in applications that must be 100 percent conformant with Web Content Accessibility Guidelines 1.0 (WCAG) priority 1 guidelines. In those cases, you ...
|
| Difference between Server.mappath and Page.resolveURL | 15 Dec 2006 13:59 GMT | 4 |
Can any one let me know what is difference between Server.mappath and Page.resolveURL and what are the situations we use them. Thanks, Sandy
|
| Kill And ASP.NET Session | 15 Dec 2006 13:31 GMT | 3 |
Does anyone know how I can kill a session by session ID ?
 Signature Goofy
|
| relation between 2 table | 15 Dec 2006 12:47 GMT | 6 |
Lets say i've 2 table. Order and OrderDetail. Order table is contain OrderNo(PK), OrderName. orderDetail contain orderDetailID(PK), OrderNo(FK), item and qty. and i had finish related the two of table in dataset. Is it possible that
|
| small doubt regarding ResolveURL | 15 Dec 2006 11:58 GMT | 2 |
I used the below code for an image button image1.imageurl="~/images/image1.jpg"; image1.imageurl=Page.ResolveUrl("~/images/image1.jpg"); Both statements work fine..
|
| if statment based on elapsed time .. | 15 Dec 2006 09:22 GMT | 4 |
I want to make buttons available or not available based on how much time has elapsed. An example: If NOW() > 8 hours then btnOne.Visible = False
|
| new asp web application | 15 Dec 2006 08:03 GMT | 1 |
I am New to asp.net. I am using Visual Studio 2003. I have been reading some books but still can not get starting a project correct. I have been reading some about creating a virtual directory. So here is what I have done. 1. created a folder C:\MyWebsiteApp
|
| need some assistance | 15 Dec 2006 07:34 GMT | 2 |
I need to pass back multiple selection from an asp.net app datagrid and update a table. How should I handle this? I get the values by looping he datagrid, but, do I execute the update stored procedure on every iteration? Or is there a way to pass all the selection at once to the ...
|
| ASP.NET / MSSQL 2000 - Join table once or twice. | 15 Dec 2006 03:48 GMT | 3 |
I've been thinking about this problem for awhile, and can't seem to come up with a valid answer. I've got two tables, Surveys and Instructors. When a survey is completed there are one or two instructors associated with it (no surveys with zero, and no surveys
|
| session problem | 15 Dec 2006 03:43 GMT | 4 |
After I use the function "Directory.Delete" or "Directory.Move", my session will destory. Why? Thanks. James
|
| SQL Server vs Oracle?! | 15 Dec 2006 02:59 GMT | 9 |
I need your help! I'm working at a company that is considering changing from Oracle to SQL Server 2005. The debate goes on and on and on.... I need some arguments that will help me convince those who are on the
|
| Session Timeout before in Windows 2003 | 15 Dec 2006 02:56 GMT | 1 |
We have two production server, Prod server 1 giving error Session Timout before 90min where it has been set 90 in global.asa Differences Prod Ser 1 : Windows 2003, No Service Pack Installed
|
| Textbox in Custom Server Control not retaining data after postback | 14 Dec 2006 23:54 GMT | 4 |
I am currently building a custom combobox server control. I have followed pretty much any example, yet my textbox does not retain the data after postback. my LoadPostData function being fired off, and as far as I can tell, it works fine. But by the time it is run, the value
|