Click here to Skip to main content
15,895,142 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionDataGrid problem Pin
Rahul Babu1-Aug-07 21:32
Rahul Babu1-Aug-07 21:32 
AnswerRe: DataGrid problem Pin
Imran Khan Pathan1-Aug-07 22:01
Imran Khan Pathan1-Aug-07 22:01 
QuestionCalendar changing year Pin
J Liang1-Aug-07 21:26
J Liang1-Aug-07 21:26 
Questionhow to pass data to activeX Pin
totocaster1-Aug-07 20:59
totocaster1-Aug-07 20:59 
AnswerRe: How to validate DropDown list Pin
N a v a n e e t h1-Aug-07 20:59
N a v a n e e t h1-Aug-07 20:59 
GeneralRe: How to validate DropDown list Pin
A.Muthunagai1-Aug-07 21:02
A.Muthunagai1-Aug-07 21:02 
QuestionHow to write in registry Pin
FishiFishi1-Aug-07 20:50
FishiFishi1-Aug-07 20:50 
AnswerRe: How to write in registry Pin
Hareesh.P.R1-Aug-07 22:27
Hareesh.P.R1-Aug-07 22:27 
using Microsoft.Win32;

------........................

RegistryKey rsub = Registry.CurrentUser;//under currrent user
rsub.CreateSubKey("abc");
RegistryKey r = Registry.CurrentUser.OpenSubKey("abcd", true);
r.SetValue("sdate", DateTime.Now.Date.ToShortDateString());
r.SetValue("version", "00-0000");

-..........................



Hari

AnswerRe: How to write in registry Pin
Vasudevan Deepak Kumar1-Aug-07 22:31
Vasudevan Deepak Kumar1-Aug-07 22:31 
GeneralRe: How to write in registry Pin
Bino B3-Aug-07 7:33
Bino B3-Aug-07 7:33 
QuestionUnable to connect to the remote server ---> System.Net.Sockets.SocketException: A socket operation encountered a dead network Pin
Alberto Bar-Noy1-Aug-07 20:29
Alberto Bar-Noy1-Aug-07 20:29 
AnswerRe: Unable to connect to the remote server ---> System.Net.Sockets.SocketException: A socket operation encountered a dead network Pin
Vasudevan Deepak Kumar1-Aug-07 22:33
Vasudevan Deepak Kumar1-Aug-07 22:33 
GeneralRe: Unable to connect to the remote server ---> System.Net.Sockets.SocketException: A socket operation encountered a dead network Pin
Alberto Bar-Noy2-Aug-07 0:02
Alberto Bar-Noy2-Aug-07 0:02 
Questionhow to print a form in asp.net Pin
rahul.net111-Aug-07 20:23
rahul.net111-Aug-07 20:23 
AnswerRe: how to print a form in asp.net Pin
Alberto Bar-Noy1-Aug-07 20:34
Alberto Bar-Noy1-Aug-07 20:34 
GeneralRe: how to print a form in asp.net Pin
rahul.net111-Aug-07 20:39
rahul.net111-Aug-07 20:39 
GeneralRe: how to print a form in asp.net Pin
Alberto Bar-Noy1-Aug-07 21:06
Alberto Bar-Noy1-Aug-07 21:06 
GeneralRe: how to print a form in asp.net Pin
rahul.net111-Aug-07 21:16
rahul.net111-Aug-07 21:16 
Questionhow to clear browser history Pin
Dhyanga1-Aug-07 20:16
Dhyanga1-Aug-07 20:16 
AnswerRe: how to clear browser history Pin
N a v a n e e t h1-Aug-07 20:50
N a v a n e e t h1-Aug-07 20:50 
AnswerRe: how to clear browser history Pin
Vasudevan Deepak Kumar1-Aug-07 22:35
Vasudevan Deepak Kumar1-Aug-07 22:35 
QuestionAJAX script manager problem. Pin
Ron.S1-Aug-07 20:10
Ron.S1-Aug-07 20:10 
AnswerRe: AJAX script manager problem. Pin
Christian Graus1-Aug-07 20:19
protectorChristian Graus1-Aug-07 20:19 
GeneralRe: AJAX script manager problem. Pin
Ron.S1-Aug-07 20:44
Ron.S1-Aug-07 20:44 
GeneralRe: AJAX script manager problem. Pin
Christian Graus1-Aug-07 20:49
protectorChristian Graus1-Aug-07 20:49 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.