| Thread | Last Post | Replies |
|
| .csv file to dataset | 27 Feb 2006 14:38 GMT | 2 |
Im thinking a way ahead. can any one help tell me whether it is possible to convery a cvs file into dataset and then save into the database directly.. Thank for replying me...
|
| Request.form isn't working | 27 Feb 2006 14:10 GMT | 4 |
I have 2 pages. Page1 is a .html page with a form, hidden input, and a submit button. I have the action set to Post. <form id="form1" action="paymentcatch.aspx" method="post"> <input id="wtf" type="text" value="thisisnotworking" />
|
| Custom page persitence | 27 Feb 2006 12:45 GMT | 2 |
Is there a way to arbitrarily persist and restore a page state? For instance: I'm half way through filling out a page and I come accross a field that I don't know which value should be placed in it. What I'd like to do is have a lookup button. In the code for the button click ...
|
| Dynamically generated controls (Javascript) not posting values to server | 27 Feb 2006 12:34 GMT | 2 |
I've a very strange issue here. I've this JS code: var hidden = document.createElement('input') //hidden.type='hidden'; hidden.value = getIdForUser(userTag)
|
| Problems with popup window | 27 Feb 2006 12:33 GMT | 4 |
I am trying to create a simple popup window which will display details about a product. So far i have been trying the javascript idea: <script language="jscript">
|
| Getting Multiple selection in ListBox | 27 Feb 2006 12:23 GMT | 10 |
I have a string like "English,Japanese,Spanish" and a list box which contains say 10 lang. Now I want my List box should come by selected values as the values in string and rest of the values to be unselected.
|
| Menu background colors not set when CSS used. | 27 Feb 2006 12:04 GMT | 3 |
My simple example is shown below. Please can you explain why the BackColor of the menu's StaticSelectedStyle and StaticHoverStyle are not applied whilst the background-color of the tr and td's are applied via the style. Thanks. <%@ Page Language="VB" AutoEventWireup="false" ...
|
| autoscrolling in .net | 27 Feb 2006 12:02 GMT | 1 |
I've a requirement in which I need to implement autoscrolling.... Is there any control in .net which supports this functionality/............ My display list(data) should be scrolling ...........
|
| security execption | 27 Feb 2006 11:14 GMT | 3 |
I have an asp.net (C#) web form that needs to run an exe off of a network drive and when i load the page i'm getting the following error message: The application attempted to perform an operation not allowed by the security policy. To grant this application the required permission ...
|
| Hot to prevent sending an HTML from asp.net | 27 Feb 2006 10:32 GMT | 2 |
How do i prevent my asp application to send back a html to the client ? I want my asp to send only the http header response without some html trail. I tried to delete the aspx content but still my browser gets an empty html. I dont want any html!
|
| Accessing records w/o datagrids, etc... | 27 Feb 2006 10:11 GMT | 3 |
I'm an ASPer moving on to .NET. I've been searching the web for my answer, but I've been, suprisingly, unable to find a good answer. I was hoping you can help. Back in ASP, if I wanted to check the db for a record (let's say an
|
| database blog | 27 Feb 2006 09:53 GMT | 1 |
how do i send the data entered into a form into a database? can i have some code advice please? i want a submit button to be clicked for it to happen. what c# code should i use for it's OnClick event? thanks in advance
|
| Problem In Sending mail | 27 Feb 2006 09:49 GMT | 1 |
hi, i m sending mail from asp.net page. when i try to send then it says that server unable to realy message for emailid@yahoo/rediff.com it only send the mail in internal network of my organisation but i m not able to send mail to
|
| Setting up a timer in Global.asax | 27 Feb 2006 09:26 GMT | 2 |
Using Visual Studio 2005, how would I go about creating an application-wide timer hosted in global.asax? There's certain processes I want to run every couple of minutes and have had success using tiemrs this way with VS.NET 2003.
|
| Upgrade Question | 27 Feb 2006 08:24 GMT | 1 |
I upgraded a Web project from VS2003 to VS2005. everything went well, but I have all these XXXX.resx entries in the solution explorer. there is one resx entry for each web form. If I remove them it causes errors. So my question is can I hide
|