Hi Manisha, Well the best solution to your the problem you are facing is to use CSS. I was having the same problem in my project. After a lot of drill down...
Hello everybody: i created a usercontrol in my asp.net&c# website,which is to display a calendar for picking a datetime when the textbox is onfocus.but it...
I am on the phone with Sage, and find that on hold is a wonderful thing. I have been told that you have to buy into the SDK, and I'm waiting on finding out...
Hi Manisha, You can resolve this problem as follows Put the display toolbar = false and separate pages = false, Then u put the buttons in ur pages into div tag...
Hi all, I am trying to find out the best way to secure my website and i like 'Form authentication' the fact that i can set the timeout and that the user can be...
please i need a bit of explanation on remoting, can someone send me a link on the web that explains in layman terms in detail of dotnet remoting espechialy on...
Hi, What you can do is that set the session.Timeout property to some interger value, session.Timeout=20; 'minutes this way you can control the session timeout...
please i am in need of help can any person send me an example on how to trap all events fired by a serve on the client side i will be greatefull of the person....
Session requires cookies as well. If you can control the configuration of IIS you can modify the config to go to sessionless cookies where the cookie is...
Hi Sonali, In the web.config file at configuration/system.web there is a sessionState element set it's cookieless property to false. so it will maitain the...
A possible problem that I see is that the textbox control does not have the onfocus event. ... the ... (this,true,this.value);"></as\ ... dropping ... used the...
Thanks , It works and here is the link http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnpag2/html/PAGExplained0002.asp ... Do you Yahoo!? ...
Hi all, I've got a weird problem with datagrid. I'm trying to update my database using datagrid: private void dgSurcharge_UpdateCommand(object source, ...
Hi, I m in great need of some type of zipping and unzipping facility in .Net. I hv to use it in one of my asp.net application. Is there method to zip and unzip...
HI all, I am wondering if any of you has had the chance to find out what is new and different in the the new C#. or .NET platform in comparison to 2003 ?? And...
Hi, I am trying to get some data out of a string using regular expressions. I think I am close, but missing the ending. Here is what I am doing: My string: ...
Hi, Just ensure that you are calling DataBind method in the Page_Load event only when it is not postback. Regards Zeeshan Khan JimBeam <stephen78@...>...
*http://www.google.com/codesearch About Google Code Search* Google Code Search helps you find function definitions and sample code by giving you one place to...
Hi All, I have one question relating to HttpHandler, and HttpModule. Where I will used HttpHandler and when HttpModule? Any idea? Thanks for your time. ...
hi, my connection si not opening...pls check if the code is wrng... private void Page_Load(object sender, System.EventArgs e) { OleDbConnection x = new...
Hello!! I was wondering if anyone here knows how to lock a workstation within a network from a specific computer.. by lock, what i meant was the workstation...
hi the problem is you didn't check post back in your page load event. here is the sample code. you have to like this. if(!IsPostBack) { // Bind Data } if you...
Hello everybody. I am developing some ASP.NET user controls. What I need is to iterate over all controls existent in an User Control container, no matter they...
Hi, http://www.kellys-korner-xp.com/xp_l.htm I guess you will find the above mentioned link very useful. Regards, - Kalyani chuxeei <chuxeei@...> wrote: ...