Click here to Skip to main content
15,922,155 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionUnable to connect to any of the specified MySQL hosts with asp.net Pin
Amit Patel198518-Jul-10 23:57
Amit Patel198518-Jul-10 23:57 
AnswerRe: Unable to connect to any of the specified MySQL hosts with asp.net Pin
Ankur\m/19-Jul-10 3:16
professionalAnkur\m/19-Jul-10 3:16 
QuestionHow to use tree view control? Pin
sazib18-Jul-10 21:02
sazib18-Jul-10 21:02 
AnswerRe: How to use tree view control? Pin
Peace ON18-Jul-10 21:04
Peace ON18-Jul-10 21:04 
AnswerRe: How to use tree view control? Pin
Prosanta Kundu online18-Jul-10 23:30
Prosanta Kundu online18-Jul-10 23:30 
QuestionDynamic Controls Problem Pin
vishnukamath18-Jul-10 20:12
vishnukamath18-Jul-10 20:12 
AnswerRe: Dynamic Controls Problem Pin
Prosanta Kundu online18-Jul-10 20:38
Prosanta Kundu online18-Jul-10 20:38 
GeneralRe: Dynamic Controls Problem Pin
vishnukamath18-Jul-10 20:51
vishnukamath18-Jul-10 20:51 
hi,

we are creating dynamic controls (Button,Text Box,etc..)on form, we write code for dynamic Controls in Page_preInit event and this form has all dynamic controls .
in Dyanamic Button Click event we need to open new window with dynamic controls.it is opening same window not in another popup window.

Button_Click Event code below
string scriptOne = "";
scriptOne += "var w = 700;";
scriptOne += "var h = 300;";
scriptOne += "var left = (screen.width/2)-(w/2);";
scriptOne += "var top = (screen.height/2)-(h/2);";
scriptOne += "window.open('DynamicSearchControl.aspx','toolbar=no, location=no, directories=no, status=no, menubar=no, scrollbars=no, resizable=no, copyhistory=no, width='+w+', height='+h+', top='+top+', left='+left);";
this.Page.ClientScript.RegisterStartupScript(this.GetType(),"Privilge", scriptOne,true);
GeneralRe: Dynamic Controls Problem Pin
vishnukamath18-Jul-10 21:31
vishnukamath18-Jul-10 21:31 
QuestionHow to set folder privilege at runtime using asp.net ?? Pin
JC.KaNNaN18-Jul-10 3:32
JC.KaNNaN18-Jul-10 3:32 
AnswerRe: How to set folder privilege at runtime using asp.net ?? Pin
Kannan Ar18-Jul-10 3:47
professionalKannan Ar18-Jul-10 3:47 
QuestionPage level error in ASP.NET Pin
Neha_Gupta17-Jul-10 21:31
Neha_Gupta17-Jul-10 21:31 
AnswerRe: Page level error in ASP.NET Pin
Kannan Ar18-Jul-10 1:04
professionalKannan Ar18-Jul-10 1:04 
GeneralRe: Page level error in ASP.NET Pin
Neha_Gupta18-Jul-10 19:17
Neha_Gupta18-Jul-10 19:17 
GeneralRe: Page level error in ASP.NET Pin
Kannan Ar18-Jul-10 20:54
professionalKannan Ar18-Jul-10 20:54 
GeneralRe: Page level error in ASP.NET Pin
Neha_Gupta18-Jul-10 23:01
Neha_Gupta18-Jul-10 23:01 
AnswerRe: Page level error in ASP.NET Pin
Tej Aj18-Jul-10 23:34
Tej Aj18-Jul-10 23:34 
Questionweb application(rdlc) Pin
Thanusree Duth17-Jul-10 1:30
Thanusree Duth17-Jul-10 1:30 
AnswerRe: web application(rdlc) Pin
michaelschmitt17-Jul-10 10:52
michaelschmitt17-Jul-10 10:52 
QuestionUser Control Pin
KhandelwalA16-Jul-10 22:53
KhandelwalA16-Jul-10 22:53 
AnswerRe: User Control Pin
Peace ON18-Jul-10 23:22
Peace ON18-Jul-10 23:22 
GeneralRe: User Control Pin
KhandelwalA19-Jul-10 2:11
KhandelwalA19-Jul-10 2:11 
AnswerRe: User Control Pin
Tej Aj18-Jul-10 23:37
Tej Aj18-Jul-10 23:37 
QuestionDisplay data of User Control from another user control button click Pin
SatyaKeerthi1516-Jul-10 3:00
SatyaKeerthi1516-Jul-10 3:00 
AnswerRe: Display data of User Control from another user control button click Pin
Peace ON16-Jul-10 3:03
Peace ON16-Jul-10 3:03 

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.