Click here to Skip to main content
15,904,287 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: dropdownlist + asp.net 2.0 Pin
ritu432112-Jul-07 0:16
ritu432112-Jul-07 0:16 
GeneralRe: dropdownlist + asp.net 2.0 Pin
N a v a n e e t h12-Jul-07 0:30
N a v a n e e t h12-Jul-07 0:30 
GeneralRe: dropdownlist + asp.net 2.0 Pin
Imran Khan Pathan12-Jul-07 0:33
Imran Khan Pathan12-Jul-07 0:33 
Questionhow to add user control to tool box Pin
Vikram.....11-Jul-07 23:34
Vikram.....11-Jul-07 23:34 
AnswerRe: how to add user control to tool box Pin
Imran Khan Pathan11-Jul-07 23:38
Imran Khan Pathan11-Jul-07 23:38 
GeneralRe: how to add user control to tool box Pin
Vikram.....11-Jul-07 23:46
Vikram.....11-Jul-07 23:46 
QuestionAccessing registry Pin
Blue_Boy11-Jul-07 23:20
Blue_Boy11-Jul-07 23:20 
AnswerRe: Accessing registry Pin
Vikram.....12-Jul-07 0:32
Vikram.....12-Jul-07 0:32 
I tried on admin User it worked...

sending you the code..

RegistryKey r = Registry.CurrentUser;

RegistryKey r1 = r.OpenSubKey("Software\\Microsoft\\Internet Explorer\\Page Setup",true);

r1.SetValue("Mykey", ".Net");

r1.Close();


Vikram
I Code...;)
GeneralRe: Accessing registry Pin
Blue_Boy12-Jul-07 1:18
Blue_Boy12-Jul-07 1:18 
GeneralRe: Accessing registry Pin
Blue_Boy12-Jul-07 1:46
Blue_Boy12-Jul-07 1:46 
Questionrefreshing a parent page after closing child page Pin
salmonraju11-Jul-07 23:10
salmonraju11-Jul-07 23:10 
AnswerRe: refreshing a parent page after closing child page Pin
N a v a n e e t h12-Jul-07 1:50
N a v a n e e t h12-Jul-07 1:50 
Questioncalendar popup not working in master page Pin
regin11-Jul-07 23:02
regin11-Jul-07 23:02 
AnswerRe: calendar popup not working in master page Pin
Michael Sync11-Jul-07 23:27
Michael Sync11-Jul-07 23:27 
AnswerRe: calendar popup not working in master page Pin
Imran Khan Pathan11-Jul-07 23:31
Imran Khan Pathan11-Jul-07 23:31 
GeneralRe: calendar popup not working in master page Pin
regin12-Jul-07 1:48
regin12-Jul-07 1:48 
AnswerRe: calendar popup not working in master page Pin
baselanfouqa24-Dec-09 1:15
baselanfouqa24-Dec-09 1:15 
Questionpopup window... Pin
moomoooomoo11-Jul-07 22:06
moomoooomoo11-Jul-07 22:06 
AnswerRe: popup window... Pin
_AK_11-Jul-07 22:14
_AK_11-Jul-07 22:14 
GeneralRe: popup window... Pin
moomoooomoo12-Jul-07 17:23
moomoooomoo12-Jul-07 17:23 
GeneralRe: popup window... Pin
_AK_12-Jul-07 18:46
_AK_12-Jul-07 18:46 
Questionlogin and logout Pin
aditya.net11-Jul-07 21:57
aditya.net11-Jul-07 21:57 
AnswerRe: login and logout Pin
_AK_11-Jul-07 22:17
_AK_11-Jul-07 22:17 
GeneralRe: login and logout Pin
aditya.net12-Jul-07 1:09
aditya.net12-Jul-07 1:09 
GeneralRe: login and logout Pin
_AK_12-Jul-07 1:16
_AK_12-Jul-07 1:16 

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.