| Thread | Last Post | Replies |
|
| GridView DataFormatString at RunTime | 07 May 2007 15:00 GMT | 3 |
I have created GridView and assign Datasource at RunTime. I need to format one Column which will have the following data. Start_date Want to Format as Start_date
|
| Listing properties of an object | 07 May 2007 14:36 GMT | 4 |
Is there an easy or a built-in way to collect all properties of an object into a string variable for debugging purpose? I am looking for something similar to this; "Property1: Property1value
|
| How to make dynamic links? | 07 May 2007 13:44 GMT | 3 |
I need to make a list of "download file links" on a webpage. All the data is dynamic - it depends on the user's actions how many files, and which files, I need to present in the list. The files are identified by an id in a database.
|
| ASP.NET compile | 07 May 2007 13:35 GMT | 3 |
You deploy your ASP.NET code to a web server then you hit your web site with your browser. Normally, it is slow because the server will compile your site becuase you are the first to access it. I know you can pre-compile a site in a bin directory, but what happens when
|
| javascript and styles within asp:Content | 07 May 2007 13:31 GMT | 1 |
I use: <asp:Content ID="Content1" ContentPlaceHolderID="ContentPlaceHolder1" runat="Server"> <link rel="stylesheet" href="../javascript/my.css" />
|
| Global.ASAX changing URL | 07 May 2007 09:42 GMT | 3 |
i do have an website with the URL http://localhost/application/ASEAN-ANZ, Once i hit the application, it goes to the Global.asax. but after that if i tried to change the URL http://localhost/application/en-US, the global.asax is not fired.
|
| Session state and load balancing - asp.net 2.0 | 07 May 2007 08:30 GMT | 3 |
Question - when using SQLServer as the session provider in asp.net 2.0,and working in a web farm - do I need to add any configuration in order for the session to work properly? Or just configure the session to SQLServer (after of course setting up the database itself...).
|
| insert problem to access db | 07 May 2007 07:48 GMT | 6 |
I run this code to insert some data into an access db For i = 1 To 14 a = Master.FindControl("centro").FindControl("a" & i.ToString) 'Response.Write(a.Text)
|
| ASP with nt Auth to Database | 07 May 2007 04:41 GMT | 1 |
Looking for help to impersonat a user and connect to Database with nt rights to an other database I turned on impersonat and it works when I run it in vs .net2005 on my machine but not on the server. I can not turn on digest
|
| webservice returning dataset (recordset) to visual basic 6 app? | 06 May 2007 21:55 GMT | 4 |
Is there any way I can write a web service that would be called from an old vb6 app and returning a dataset which would return to vb6 as recordset? Can anyone provide me with an example? Thanks in advance!
|
| Does GridView paging feature limit number of records coming back from database? | 06 May 2007 19:20 GMT | 3 |
I was told that if calling lots of records from the database (let's say 100,000), that the GridView's paging feature would automatically "handle" everything. But the 100,000 records are still coming to the client, right? I mean, the
|
| HELP!!! MySQL Connection | 06 May 2007 18:30 GMT | 2 |
I first have to be honest. I am new to ASP.NET 2 (well, ASP in general). I have mostly PHP background. So please try to keep any responses somewhat simple. First of all, on my XP machine. I have IIS installed, using a Virtual
|
| build variable name programmatically | 06 May 2007 17:02 GMT | 1 |
I have 10 textboxes in a form named a1, a2, a3, a4,..... a10 when I press a button I want to perform 10 queries. every query should use the value in a text box how can I do it?
|
| ASP Syntax using Variable for DropDownList1 as criteria in Pervasive SQL query | 06 May 2007 15:35 GMT | 7 |
I am new to ASP and working in Expression Web. The following query displays the information I need in the gridview for a single record. SELECT "OE_HDR"."ORD_NO", "OE_HDR"."CUST_NAM", "OE_HDR"."SLS_MAN_NO", "OE_HDR"."SLS_MAN_INITIALS", "OE_HDR"."ORD_DAT", "OE_HDR"."SHIP_DAT"
|
| datagrid custom (dynamic) pager build at runtime? | 06 May 2007 15:26 GMT | 1 |
I have built a custom pager for my datagrids like in the picture: http://i173.photobucket.com/albums/w65/patrickdrd/dev/grid.jpg I would like to move that inside the datagrid (on the footer), but I'm having trouble with the event,
|