Click here to Skip to main content
16,005,141 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: .Net Architechture Pin
John-ph16-Oct-07 1:00
John-ph16-Oct-07 1:00 
Questionproblem in connection of WMI and sever 2003 Pin
Piyush Vardhan Singh16-Oct-07 0:29
Piyush Vardhan Singh16-Oct-07 0:29 
Questiondynamic controls in asp.net Pin
rameshdontagani15-Oct-07 23:55
rameshdontagani15-Oct-07 23:55 
AnswerRe: dynamic controls in asp.net Pin
Sandeep Akhare16-Oct-07 0:11
Sandeep Akhare16-Oct-07 0:11 
GeneralRe: dynamic controls in asp.net Pin
rameshdontagani16-Oct-07 0:28
rameshdontagani16-Oct-07 0:28 
GeneralRe: dynamic controls in asp.net Pin
mareers16-Oct-07 0:41
mareers16-Oct-07 0:41 
GeneralRe: dynamic controls in asp.net Pin
rameshdontagani16-Oct-07 0:43
rameshdontagani16-Oct-07 0:43 
GeneralRe: dynamic controls in asp.net Pin
Sandeep Akhare16-Oct-07 1:04
Sandeep Akhare16-Oct-07 1:04 
Thats simple first thing is that put all controls in page initially by making them hidden then on add new row button call a javscript that will show those controls . Now don't ask for the javascript first try your self
1. Google how to hide the controls. Hint(hide the TR in which your controls are present by making its style.display='none')
2. now write a javscript function that will show this controls
3. Register that javascript in Page load by simply adding (AddNewButtonId.Attributes.Add("OnClick","javascript:FunctionNameWrittentoShowControls();"));

Thanks and Regards
Sandeep

If If you look at what you do not have in life, you don't have anything,
If you look at what you have in life, you have everything... "




Questionhow can i get the selected text of the iframe Pin
jagadeeshkumar198415-Oct-07 23:42
jagadeeshkumar198415-Oct-07 23:42 
QuestionRSS- Feeds Pin
jai 12315-Oct-07 23:34
jai 12315-Oct-07 23:34 
QuestionFont size of controls getting changed after post back [modified] Pin
Sri_346415-Oct-07 23:28
Sri_346415-Oct-07 23:28 
AnswerRe: Font six of controls getting changed after post back Pin
Sathesh Sakthivel15-Oct-07 23:32
Sathesh Sakthivel15-Oct-07 23:32 
GeneralRe: Font six of controls getting changed after post back Pin
Sri_346415-Oct-07 23:46
Sri_346415-Oct-07 23:46 
GeneralRe: Font six of controls getting changed after post back Pin
Sandeep Akhare16-Oct-07 0:15
Sandeep Akhare16-Oct-07 0:15 
Questionquestion on MS_POSITIONING Pin
vanhawk15-Oct-07 23:10
vanhawk15-Oct-07 23:10 
AnswerRe: question on MS_POSITIONING Pin
Sathesh Sakthivel15-Oct-07 23:17
Sathesh Sakthivel15-Oct-07 23:17 
GeneralRe: question on MS_POSITIONING Pin
vanhawk15-Oct-07 23:32
vanhawk15-Oct-07 23:32 
GeneralRe: question on MS_POSITIONING Pin
Sathesh Sakthivel15-Oct-07 23:34
Sathesh Sakthivel15-Oct-07 23:34 
GeneralRe: question on MS_POSITIONING Pin
vanhawk15-Oct-07 23:39
vanhawk15-Oct-07 23:39 
GeneralRe: question on MS_POSITIONING Pin
mareers16-Oct-07 0:39
mareers16-Oct-07 0:39 
GeneralRe: question on MS_POSITIONING Pin
vanhawk16-Oct-07 14:10
vanhawk16-Oct-07 14:10 
Questionhow to find a content place holder in a master page dynamically Pin
scicorp15-Oct-07 22:59
scicorp15-Oct-07 22:59 
AnswerRe: how to find a content place holder in a master page dynamically Pin
Sandeep Akhare15-Oct-07 23:13
Sandeep Akhare15-Oct-07 23:13 
QuestionCollection Editor Problem Pin
Ujjaval Modi15-Oct-07 22:48
Ujjaval Modi15-Oct-07 22:48 
QuestionGridView with TextBox Control Pin
Elizma15-Oct-07 22:43
Elizma15-Oct-07 22:43 

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.