Click here to Skip to main content
15,888,351 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionERROR: There is no source code available for current location. Pin
kathyani9-Jul-08 20:42
kathyani9-Jul-08 20:42 
QuestionHorizontal scroll bar problem in Listbox Pin
needhi_p9-Jul-08 20:07
needhi_p9-Jul-08 20:07 
AnswerRe: Horizontal scroll bar problem in Listbox Pin
Imran Khan Pathan9-Jul-08 20:28
Imran Khan Pathan9-Jul-08 20:28 
GeneralRe: Horizontal scroll bar problem in Listbox Pin
needhi_p9-Jul-08 21:06
needhi_p9-Jul-08 21:06 
AnswerRe: Horizontal scroll bar problem in Listbox Pin
sumit70349-Jul-08 20:34
sumit70349-Jul-08 20:34 
Questionuser control in a loop Pin
gaurav mangal9-Jul-08 18:52
gaurav mangal9-Jul-08 18:52 
AnswerRe: user control in a loop Pin
Sherin Iranimose9-Jul-08 22:22
Sherin Iranimose9-Jul-08 22:22 
GeneralRe: user control in a loop Pin
gaurav mangal10-Jul-08 2:15
gaurav mangal10-Jul-08 2:15 
Thanks Sherin

actually i am new in asp.net .i was doing job in testing.
plz tell me how to add dynamically generated usercontrols
in an array.you tell me this code
for (int curControl = 0; curControl < totalControl; curControl++)
{
WebUserControl uc =
(WebUserControl)Page.LoadControl("WebUserControl.ascx");
PlaceHolder1.Controls.Add(uc);

}
it is right
for(int i=0;i<cntrlarray.length;i++)>
{
//Get Values <--- cntrlArray[i].YourProperty;
}
i think it will also work
after that how pass the values of the property (i have three properties in usercontrol)values with in conditions(if select 2 then 6 values goes to next page and if 3 selected by user then 9 values should pass ) at next page.

plz suggest
thanks ......gaurav
GeneralRe: user control in a loop Pin
Sherin Iranimose10-Jul-08 2:34
Sherin Iranimose10-Jul-08 2:34 
GeneralRe: user control in a loop Pin
gaurav mangal13-Jul-08 20:10
gaurav mangal13-Jul-08 20:10 
QuestionHow to hide tooltips in Crystal Reports? Pin
NinaWilliam9-Jul-08 18:52
NinaWilliam9-Jul-08 18:52 
AnswerRe: How to hide tooltips in Crystal Reports? Pin
NinaWilliam13-Jul-08 18:50
NinaWilliam13-Jul-08 18:50 
GeneralRe: How to hide tooltips in Crystal Reports? Pin
NinaWilliam21-Sep-08 21:38
NinaWilliam21-Sep-08 21:38 
Questionasp .net connect my web page access database manually [modified] Pin
lankaudaranga9-Jul-08 18:16
lankaudaranga9-Jul-08 18:16 
AnswerRe: asp .net connect my web page access database manually Pin
Paul Conrad9-Jul-08 18:44
professionalPaul Conrad9-Jul-08 18:44 
AnswerRe: asp .net connect my web page access database manually Pin
Paddy Boyd9-Jul-08 20:41
Paddy Boyd9-Jul-08 20:41 
QuestionDataAdapter Pin
Murugavel Sadagopan9-Jul-08 16:47
Murugavel Sadagopan9-Jul-08 16:47 
AnswerRe: DataAdapter Pin
Imran Khan Pathan9-Jul-08 19:29
Imran Khan Pathan9-Jul-08 19:29 
GeneralRe: DataAdapter Pin
Murugavel Sadagopan10-Jul-08 19:09
Murugavel Sadagopan10-Jul-08 19:09 
Questioncheck box click server side event not working once validation summary is displayed Pin
For_IT9-Jul-08 14:21
For_IT9-Jul-08 14:21 
AnswerRe: check box click server side event not working once validation summary is displayed Pin
Herman<T>.Instance11-Jul-08 2:56
Herman<T>.Instance11-Jul-08 2:56 
QuestionLink Button Does not Show as a Link Pin
Vimalsoft(Pty) Ltd9-Jul-08 10:44
professionalVimalsoft(Pty) Ltd9-Jul-08 10:44 
AnswerRe: Link Button Does not Show as a Link Pin
subai9-Jul-08 18:44
subai9-Jul-08 18:44 
GeneralRe: Link Button Does not Show as a Link Pin
Vimalsoft(Pty) Ltd9-Jul-08 21:14
professionalVimalsoft(Pty) Ltd9-Jul-08 21:14 
QuestionRadio Buttons in GridView Pin
hellbinder9-Jul-08 9:00
hellbinder9-Jul-08 9:00 

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.