Search the web
Sign In
New User? Sign Up
CSharpNET · C# .NET (C-Sharp) Developers' Group
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 15252 - 15281 of 19702   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
15252
<html> <body bgcolor="red"> <input type="button" value="Change BG" onclick="document.bgColor='blue';"> </body> </html> ... time. ... done faster....
roderickprince
Offline Send Email
Oct 2, 2006
12:10 am
15253
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...
mubashir hameed koul
koul_mubashir
Offline Send Email
Oct 2, 2006
3:25 am
15254
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...
bugdaily
Offline Send Email
Oct 2, 2006
3:26 am
15255
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...
Stephen Russell
lotmate
Offline Send Email
Oct 2, 2006
2:12 pm
15256
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...
Ashok Rao
rao_josh2002
Offline Send Email
Oct 2, 2006
2:30 pm
15257
What do you mean "it doesn't work"?! Please, people... say what happens. We can not see your screen. ... ...
Jasmine
polly_peptide
Offline Send Email
Oct 2, 2006
2:52 pm
15258
hi you can use javascript to achieve this. rajesh sandesh v <sandeshv2003@...> wrote: hi, I want to know hoe to change...
rajesh prabhu
intelitians
Offline Send Email
Oct 2, 2006
6:37 pm
15259
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...
ksonali2
Offline Send Email
Oct 3, 2006
10:26 pm
15260
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...
pcmaxgh
Offline Send Email
Oct 4, 2006
5:05 am
15261
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...
mubashir hameed koul
koul_mubashir
Offline Send Email
Oct 4, 2006
5:05 am
15262
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....
Fouad Zakka
pcmaxgh
Offline Send Email
Oct 4, 2006
5:06 am
15263
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...
roderickprince
Offline Send Email
Oct 4, 2006
5:07 am
15264
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...
Zeeshan Khan
it_zeeshanlko
Online Now Send Email
Oct 4, 2006
5:10 am
15265
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...
Michael Swanson
mtscreator
Online Now Send Email
Oct 4, 2006
2:30 pm
15266
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!? ...
sonali shukla
ksonali2
Offline Send Email
Oct 4, 2006
5:05 pm
15267
Hi all, I have been researching on Form based security for a while and came across this article http://msdn.microsoft.com/library/default.asp? ...
ksonali2
Offline Send Email
Oct 4, 2006
7:19 pm
15268
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, ...
JimBeam
rainmasterrr
Offline Send Email
Oct 5, 2006
5:15 am
15269
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...
ranjeet sharma
call_ranjeet
Offline Send Email
Oct 5, 2006
5:19 am
15270
The Following Link will give Basic Information and Example of Remoting: http://www.codeproject.com/csharp/dotnetremotingbasictutor.asp _____ From:...
Renuka Prasad
prasad_bng
Offline Send Email
Oct 5, 2006
5:20 am
15271
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...
johnsmith2797480@...
samsoftwareltd
Offline Send Email
Oct 5, 2006
5:21 am
15272
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: ...
John Sepulveres
supps33418
Offline Send Email
Oct 5, 2006
5:38 am
15273
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@...>...
Zeeshan Khan
it_zeeshanlko
Online Now Send Email
Oct 5, 2006
3:21 pm
15274
*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...
Apoorv Shrivastava
ab_shri
Offline Send Email
Oct 5, 2006
3:24 pm
15275
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. ...
Himadrish Laha
himadrish
Offline Send Email
Oct 5, 2006
3:26 pm
15276
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...
Garima Chandra
kukki_mahima
Offline Send Email
Oct 5, 2006
3:27 pm
15277
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...
chuxeei
Offline Send Email
Oct 5, 2006
3:30 pm
15278
you will have to box the winform on the server and unbox it @ the client side. ... other side. ... pointing the wrong way....
pcmaxgh
Offline Send Email
Oct 5, 2006
3:30 pm
15279
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...
Tamil Selvi
gurutamsel
Offline Send Email
Oct 5, 2006
3:31 pm
15280
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...
Marius Zaharia
zaharia1010
Offline Send Email
Oct 6, 2006
1:00 am
15281
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: ...
kalyani kawathekar
kalyaniks22
Offline Send Email
Oct 6, 2006
5:22 am
Messages 15252 - 15281 of 19702   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help