Use dateTime control or use DateTime class to simply get Dattime value.
Hello Forum Always be in touch to help about the topic ASP.NET
Use dateTime control or use DateTime class to simply get Dattime value.
Hello Forum Always be in touch to help about the topic ASP.NET
Use Response.Redirect("http://www.Google.com");
Hello Forum Always be in touch to help about the topic ASP.NET
Hi All, Here i m stucked with a problem and devoted my best half the day to solve the same but cant get any sucess. my problem is, i want to trace the browser close button event and perform some operation on the same. I have tried all the things like window.close(), onunload event but cant able to find the correct sollution. i dont want my function to call at page refresh, i wants to call the same only when user clicks to X button of browser. Please help
Hello Forum Always be in touch to help about the topic ASP.NET
Hi, Definately it is possible. you have to make ur anchor tag as runat="server" than define onclick="function_name" Hope this helps you.
Hello Forum Always be in touch to help about the topic ASP.NET
Hi, I got ur Problem tell Me whether you want to refresh the gridview with out rendering the page again or refreshing the whole page. if u want to refresh the datasource of gridview whithout rendering the apge again do usse ajax object. or do use javascript to refresh the whole page after certain period of time.
Hello Forum Always be in touch to help about the topic ASP.NET
Hi dear, Ur code is perfect for xmlhttp, may be there is some bug in the page where u r getting response.. try debug the code by direct opening the url with passed parameters u now can easily trace the bug if any..
Hello Forum Always be in touch to help about the topic ASP.NET
hey dear it is basics of strings. try to use substring function of string e.g: string strtext; printf(strtext.substring(0,250)); this give u a result.
Hello Forum Always be in touch to help about the topic ASP.NET
Dear try to upload in Binary format, while using filestream..
Hello Forum Always be in touch to help about the topic ASP.NET
Hi dear, well ya this is not possible as u got lisence for only one Member, bt if u try to buy the lisence for than one than obviously it cost much.. also u can call to miscosoft customer support for the same . u will be better helped by them.. Regards, Sulabh jain
Hello Forum Always be in touch to help about the topic ASP.NET
Hi dear, For making upload more than 4MB you just need to alter ur webconfig file, becoz by default webconfig settings allows for 4MB data transmit. u can find the Code line for same thru google.
Hello Forum Always be in touch to help about the topic ASP.NET
u may get help from this link http://www.15seconds.com/issue/010301.htm
Hello Forum Always be in touch to help about the topic ASP.NET
int CurrentAdvice; Random ra = new Random(CurrentAdvice).Next(0, 9);
Hello Forum Always be in touch to help about the topic ASP.NET
Dear that is good that u have to explore deep in metacharacters. But there are different meanings for these metacharactters according to area in which u have to use... so its difficult to learn all at once.. first u can explore ur self with regularexpression.. n this is only possible if u ever try ur hand in Automata. if u require any help in ASP.NET3.0 than sure i will help u as i m exploring my self in thge same area.
Hello Forum Always be in touch to help about the topic ASP.NET
There are many options just redirect the user to other sucessfull page, or clear all controls of the page and just check whether there exists value in controls if not than stop user submitting the form.
Hello Forum Always be in touch to help about the topic ASP.NET
In exact what u r required for
Hello Forum Always be in touch to help about the topic ASP.NET
here is ur solution, "^[1-9]+[0-9]*(\.{1}[0-9]+)?"
Hello Forum Always be in touch to help about the topic ASP.NET
DEAR I USED VSJLIB FOR UNZIPPING THE FILE. USING THIS REFRENCE UNZIPPING IS VERY EASY. DO TRY OUT THIS
Hello Forum Always be in touch to help about the topic ASP.NET
hey sonia here is solution for ur problem.. u must use RegularExpressionValidator Display="None" ErrorMessage="Postal Code - accepts only numeric digits." ValidationGroup="iaValidator" ValidationExpression="[0-9]*">
Hello Forum Always be in touch to help about the topic ASP.NET
use input controls of html to do same and onfocus event of the control call javascript to do the same. Hope this is the exact solution for u.
Hello Forum Always be in touch to help about the topic ASP.NET