Click here to Skip to main content
15,914,014 members
Home / Discussions / ASP.NET
   

ASP.NET

 
Questionidentify list box scroll event in asp.net Pin
anish27patel5-Jul-09 19:13
anish27patel5-Jul-09 19:13 
AnswerRe: identify list box scroll event in asp.net Pin
Abhijit Jana5-Jul-09 19:27
professionalAbhijit Jana5-Jul-09 19:27 
GeneralRe: identify list box scroll event in asp.net Pin
anish27patel5-Jul-09 19:36
anish27patel5-Jul-09 19:36 
QuestionMenu Tree Problem Pin
ais075-Jul-09 19:12
ais075-Jul-09 19:12 
QuestionHow can i bind data from db to day pilot calendar Pin
janani135-Jul-09 18:35
janani135-Jul-09 18:35 
AnswerRe: How can i bind data from db to day pilot calendar Pin
r a m e s h5-Jul-09 19:02
r a m e s h5-Jul-09 19:02 
GeneralRe: How can i bind data from db to day pilot calendar Pin
janani135-Jul-09 19:28
janani135-Jul-09 19:28 
Questionchange internet explorer security setting programmatically in C# Pin
naveen attri5-Jul-09 18:19
naveen attri5-Jul-09 18:19 
hi folks,
im facing a issue in changing internet explorer--> custom level security setting--> miscellaneous setting--> access data sources across the domain , i want to enable access data sourcess across the domain , im trying to get the registry key n sub key by following code , but i dont know how to get miscelleneous setting subkey values. or how to enable them ?
any help would be greatly appreciated .
my code is -:





RegistryKey OurKey = Registry.CurrentUser;



OurKey = OurKey.OpenSubKey(@"Software\Microsoft\Internet Explorer\Security", true);


foreach (string Keyname in OurKey.GetSubKeyNames())

{

Response.Write("Sub Key Names ---->" + Keyname );

Response.Write("<br></br>");



}




foreach (string valuename in OurKey.GetValueNames())

{

Response.Write("VALUE NAME - -- >" +valuename + " VALUE -->" + OurKey.GetValue(valuename).ToString());

Response.Write("<br></br>");

}
AnswerRe: change internet explorer security setting programmatically in C# Pin
SeMartens5-Jul-09 20:24
SeMartens5-Jul-09 20:24 
Generalprint preview page [modified] Pin
_naj5-Jul-09 14:04
_naj5-Jul-09 14:04 
GeneralRe: print preview page Pin
Christian Graus5-Jul-09 14:12
protectorChristian Graus5-Jul-09 14:12 
RantRe: print preview page [modified] Pin
_naj6-Jul-09 3:01
_naj6-Jul-09 3:01 
QuestionAdd ListItem to Custom DropDownList Pin
mehran.asg5-Jul-09 5:52
mehran.asg5-Jul-09 5:52 
AnswerRe: Add ListItem to Custom DropDownList Pin
Blue_Boy5-Jul-09 7:38
Blue_Boy5-Jul-09 7:38 
GeneralRe: Add ListItem to Custom DropDownList Pin
mehran.asg6-Jul-09 8:36
mehran.asg6-Jul-09 8:36 
QuestionAjax PasswordStrength Control Pin
kKamel5-Jul-09 3:23
kKamel5-Jul-09 3:23 
AnswerRe: Ajax PasswordStrength Control Pin
Baran M5-Jul-09 19:53
Baran M5-Jul-09 19:53 
QuestionProblem of publishing website Pin
nazimghori5-Jul-09 2:38
nazimghori5-Jul-09 2:38 
AnswerRe: Problem of publishing website Pin
Abhijit Jana5-Jul-09 2:58
professionalAbhijit Jana5-Jul-09 2:58 
GeneralRe: Problem of publishing website Pin
nazimghori5-Jul-09 3:15
nazimghori5-Jul-09 3:15 
GeneralRe: Problem of publishing website Pin
Abhijit Jana5-Jul-09 3:27
professionalAbhijit Jana5-Jul-09 3:27 
QuestionRe: Problem of publishing website Pin
nazimghori5-Jul-09 6:03
nazimghori5-Jul-09 6:03 
AnswerRe: Problem of publishing website Pin
Abhijit Jana5-Jul-09 7:09
professionalAbhijit Jana5-Jul-09 7:09 
QuestionRe: Problem of publishing website Pin
nazimghori5-Jul-09 8:47
nazimghori5-Jul-09 8:47 
AnswerRe: Problem of publishing website Pin
Abhijit Jana5-Jul-09 8:52
professionalAbhijit Jana5-Jul-09 8:52 

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.