Forum: ASP.NET Apr 8th, 2008 |
| Replies: 10 Views: 900 |
Forum: ASP.NET Mar 19th, 2008 |
| Replies: 2 Views: 1,086 alert message i wud like 2 display a alert message with a Ok button.and wen the user clicks ok he must b redirected 2 a specified page.i tried in the following manner bt in dat case it only redirects n does... |
Forum: ASP.NET Mar 14th, 2008 |
| Replies: 3 Views: 404 |
Forum: ASP.NET Mar 13th, 2008 |
| Replies: 3 Views: 404 |
Forum: RSS, Web Services and SOAP Mar 13th, 2008 |
| Replies: 4 Views: 1,288 Re: session variable i got it.bt can i store the value in a session variable in an XML file.if yes can u giv me the code |
Forum: RSS, Web Services and SOAP Mar 10th, 2008 |
| Replies: 4 Views: 1,288 |
Forum: RSS, Web Services and SOAP Mar 4th, 2008 |
| Replies: 4 Views: 1,288 |
Forum: ASP.NET Feb 28th, 2008 |
| Replies: 10 Views: 900 |
Forum: ASP.NET Feb 27th, 2008 |
| Replies: 10 Views: 900 Re: change data value at front end thanks for your suggestion but i am using the same data gridto display data from different tables.so everytime the column no of the date column does not remain same so i cannot use the RowDataBound... |
Forum: ASP.NET Feb 27th, 2008 |
| Replies: 4 Views: 437 Re: login page problem but how to assign color and font to a html button.i tried but was unsuccessful in doing so |
Forum: ASP.NET Feb 26th, 2008 |
| Replies: 4 Views: 437 login page problem i have a login page with a login button and reset button.now when the user enter its id and password and then press enter both the user id and password textbox becomes blank.i checked the tabbed... |
Forum: ASP.NET Feb 26th, 2008 |
| Replies: 5 Views: 973 |
Forum: ASP.NET Feb 26th, 2008 |
| Replies: 10 Views: 900 change data value at front end in the database i have certain date as 01/01/1900.now while displaying this in the data grid along with the other columns i would like to display all the dates having value 01/01/1900 as blank.is it... |
Forum: ASP.NET Feb 25th, 2008 |
| Replies: 5 Views: 973 session how do i disable the BACK button of IE.can it be done using session.if so can anyone please explain me how it works and give me a bit of information about this session thing as i have no idea about... |
Forum: ASP.NET Feb 25th, 2008 |
| Replies: 5 Views: 732 Re: send email i tried your suggestion and it gives the following exception
System.Web.HttpException: Could not access 'CDO.Message' object. ---> System.Reflection.TargetInvocationException: Exception has been... |
Forum: ASP.NET Feb 22nd, 2008 |
| Replies: 2 Views: 591 |
Forum: ASP.NET Feb 22nd, 2008 |
| Replies: 2 Views: 591 Printing from as ASP.Net web page :icon_question:
i have a button in my web page and want it to print sumthing when clicked
hw do i do it?
i tried using window.print() but it doesnt work |
Forum: ASP.NET Feb 22nd, 2008 |
| Replies: 5 Views: 732 Re: send email i suppose the SMTP is enabled.would you please tel me how to check whether it is enabled or not so that i can be sure.
if thats not the problem then why didnt my code work. |
Forum: ASP.NET Feb 22nd, 2008 |
| Replies: 4 Views: 386 |
Forum: ASP.NET Feb 20th, 2008 |
| Replies: 4 Views: 386 dropdownlist prob in ASP>NET m new 2 asp.net.
my prob is after populating the dropdownlist with data from the database wen i select an item it select only the first item.following is my code.where did i go wrong
code:-
... |
Forum: ASP.NET Feb 20th, 2008 |
| Replies: 5 Views: 732 send email i am developing a web application and would like to sent an email from it.hw do i do it.the following is my code.where did i go wrong as it does not work
code:--
Private Sub Button4_Click(ByVal... |