| Thread | Last Post | Replies |
|
| Help required, problems while reading in a file??( REPOST) | 13 Apr 2006 13:28 GMT | 2 |
I have made an ASP.NET 1.1 application on windows 2000 advanced server. In the application, i have saved the file using the following code string str; str="this is my data";
|
| Parameter value | 13 Apr 2006 13:07 GMT | 2 |
I have a button on an aspx page. When the user clicks the button I would like to add a new row to an existing table in my Access database. The table is Ante_Admin. The name of the key field is AnteNum, I would like to set the value of AnteNum to MyVal.
|
| FormView | 13 Apr 2006 13:06 GMT | 1 |
I try to change some value in the databind of my formview, but can't find a way to dot it. In Asp.net 1.1 i was using someting like this : Public Sub item_bound(ByVal sender As System.Object, ByVal e As
|
| FormView viewstate always gets lost - why? | 13 Apr 2006 12:59 GMT | 3 |
I asked this question earlier, but unfortunately the two replies I got did not solve the problem. Here it is again, but now with the code: After an Update my FormView always loses its viewstate values. The field values in the FormView are always overwritten by the results of the ...
|
| SVG-WMF or PNG-WMF conversion | 13 Apr 2006 12:44 GMT | 1 |
Would like to know whether any free tool (ActiveX kind of thing) available for SVG-WMF conversion or PNG-WMF conversion. Thanks in advance.
|
| ATlas and Asp.net Client callback | 13 Apr 2006 12:13 GMT | 5 |
As we wall know Atlas is a fairly new feature everyone is talking about (atleast at my school). Even though the idea of Ajax has been used in the past i was wondeing if anyone could explain a few things to me. Comparing the performance of both asp.net client call backs ...
|
| Scheduler in ASP.NET Application | 13 Apr 2006 12:00 GMT | 4 |
Dear Friends, please read the following scenario... - A website which invites different users to register/participate in an initiative
|
| How do Datasets manage to get deserialized as DataSets instead of a wsdl.exe-created proxy class? | 13 Apr 2006 11:41 GMT | 2 |
I have developed both a Web Service and a client application, and they work fine. All classes used in the Web Service interface are declared in an assembly named Entities, that is referenced both in the Web Service and the client
|
| Maintaining user entered data on a page being refreshed | 13 Apr 2006 11:18 GMT | 4 |
My problem is that I have a page which is displaying 4 real time data values which are being refreshed every one minute. On the same page I have other text boxes where user enters some data. The page is being refreshed through code using META tag. When page is refreshed, the data ...
|
| PP:How to ensure "Only Compiled code" will be released | 13 Apr 2006 09:51 GMT | 1 |
I have a ASP.NET 2.0 (C#) project, in which I have few ASPX/cs files. When I compile the project, it generates the assemblies Does this mean, when I release the files to TEST, I have to give the CS file along with ASPX files ot just ASXP, CONFIG, dll file should be
|
| data binding a datagrid in a UserControl | 13 Apr 2006 09:44 GMT | 6 |
I'm having major problems with a userControl which contains a datagrid. My problem concerns data binding. The Page_Load() procedure calls the DataBind procedure to bind the datagrid to a DataSet.
|
| response from webclient.uploaddata | 13 Apr 2006 09:36 GMT | 1 |
I am receiving the response upon using webclient.upload method which contains the "order number" and related information strings followed by standard stuff under <HTML> <HEAD>
|
| VS crash after debug | 13 Apr 2006 09:35 GMT | 15 |
Very often my VS2005 pro crashes after a debug. I run ASP.NET debug, and all works well. Then I stop it, and all it's also ok. Then, when I try to edit some code, it crashes and I need to kill it, restart, reload project, etc.
|
| Is it possible to manually recreate Session state with session cookie? | 13 Apr 2006 09:32 GMT | 1 |
I'm building a Web page with a Flash component that post some content to a handler (ashx file). There is a known bug with Flash 8 running on Firefox, whereby Flash will not send cookies (I believe only session cookies). This poses a problem for my receiving Web page, because the ...
|
| How to set commandTimeout for getData method of TableAdapter (ASP.NET 2.0)? | 13 Apr 2006 08:08 GMT | 4 |
I am developing some web application in which I use datasets, which were generated using dataSetDesigner. My dataset has a TableAdapter, which has GetData method. Users of my application sometimes get timeout while executing this GetData method.
|