| Thread | Last Post | Replies |
|
| PagerTemplate=LoadTemplate("myPager.ascx") | 16 Feb 2008 21:45 GMT | 2 |
hey all, recalling the subject line: is it possible to have a DropDownList in my pager template user control? if so, if the datasource needs to be sent in to say a public property how would
|
| manual call to FormView1_PageIndexChanging | 16 Feb 2008 21:44 GMT | 2 |
hey all, is there a way to call FormView1_PageIndexChanging manually and pass it a specific index i want to go to? thanks,
|
| ASP.Net State Service Problems | 16 Feb 2008 19:18 GMT | 2 |
Having a problem starting the ASP.Net state service on my local machine. Whenever I try to start it, I get the following (taken from the event log): The ASP.NET State Service service terminated with the following error: The requested service provider could not be loaded or ...
|
| Insert Record and File sequence | 16 Feb 2008 16:04 GMT | 2 |
I am using a ListView with a LinqDataSource to insert a record in a SQL table with the file info and upload the file. I need to do the following: 1. Upload the file to a temporary directory
|
| measuring one request's cpu usage? | 16 Feb 2008 14:48 GMT | 2 |
cpu load increased on our web servers unexpectedly after a recent, fairly routine "release change" (which is to say, we changed a bunch of our scripts and libraries in one fell swoop). i can back off to the previous release, but it is typically quite hard to simulate live load on ...
|
| JavaScript and Components on Pages | 16 Feb 2008 08:15 GMT | 5 |
Is there an Event in a page's life-cycle where I would be able to reference all of the objects that were instantiated on a page, but as soon as possible after the page loads? If I try to use OnLoad for the Document, objects like ActiveX controls don't seem to "exist" yet on the ...
|
| Delete File | 16 Feb 2008 06:03 GMT | 1 |
I am moving a file to a folder as follows: Dim file As New System.IO.FileInfo(Server.MapPath(path)) file.MoveTo(Server.MapPath(newpath)) This is working but if there is already a file with the same name in
|
| Windows XP and a little ASPNET form | 16 Feb 2008 05:56 GMT | 2 |
I am able to get a HTML form up and running thru IIS. But the ASP script parts are being ignored. I tried setting TRACE but it didn't show. thanks sandy
|
| ASP.NET 2.0 - "Server Application Unavailable" | 16 Feb 2008 04:54 GMT | 6 |
i know this is a common error, and i intend to research it next, but i thought id drop in here first. when i run my ASP.NET project from VS.NET 2005's internal, debug web server, it works fine. like so:
|
| SqlDataSource.Selecting before Page_Load on postback? | 15 Feb 2008 23:42 GMT | 3 |
I have a pretty simple page with a GridView, a DropDownList as a filter to the GridView, and a filter Button. Both gridview and dropdownlist are bound to SqlDataSources. I am setting another parameter in the Selecting event of the datasource, but the strange thing is the order ...
|
| How to prevent storing duplicate values | 15 Feb 2008 22:32 GMT | 2 |
In ASP.NET 2.0 project, I have added a dataset and have setup the datatable and configured the datatableadapter (using the wizards). In my code I can use the mytableadapter.insert method to insert a new record in the table.
|
| Emitting Client Script | 15 Feb 2008 22:18 GMT | 2 |
Reposting here as you can practically see the tumbleweed blow by in microsoft.public.dotnet.framework.aspnet.webcontrols.... I've got a very simple custom control that requires a small section of JavaScript to function at the client - nothing out of the ordinary.
|
| What is Team Suite | 15 Feb 2008 22:10 GMT | 3 |
friends, I would like to ask this question. i have read on net about MSTS and would like to more about it all i know about team suite is that it helps in developing an
|
| using WebResource.axd to reference .js files | 15 Feb 2008 21:12 GMT | 4 |
I always been using .js files directly thus allowing myself to control caching of them... If I add .js files to assembly then reference is looking like this /DragDropTest/WebResource.axd?d=Zi4hg60qpn9AQZGLKlz2Eg2&t=633331472507562215
|
| Re-instating state when using Ajax | 15 Feb 2008 20:27 GMT | 2 |
HI, I have a page that contains a series of Ajax driven user controls that include grids. A hyperlink on each grid enables users to jump to different pages. Question: How can I keep track of the user controls' states (page index, sorting order, etc. ) when the user returns back
|