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

ASP.NET

 
QuestionRSS FEED Pin
Sarfaraj Ahmed28-Jul-07 16:45
Sarfaraj Ahmed28-Jul-07 16:45 
QuestionAdding header footer usercontrols [modified] Pin
TheEagle28-Jul-07 14:04
TheEagle28-Jul-07 14:04 
Questionadding and removing table rows dynamically [modified] Pin
jojoStoneHead28-Jul-07 7:14
jojoStoneHead28-Jul-07 7:14 
AnswerRe: adding and removing table rows dynamically [modified] Pin
wk63328-Jul-07 7:29
wk63328-Jul-07 7:29 
QuestionRe: adding and removing table rows dynamically Pin
jojoStoneHead28-Jul-07 8:14
jojoStoneHead28-Jul-07 8:14 
AnswerRe: adding and removing table rows dynamically Pin
wk63328-Jul-07 10:49
wk63328-Jul-07 10:49 
GeneralRe: adding and removing table rows dynamically Pin
jojoStoneHead28-Jul-07 11:09
jojoStoneHead28-Jul-07 11:09 
QuestionControl Type Pin
hadad28-Jul-07 4:50
hadad28-Jul-07 4:50 
Hello,
I want to iterate throught out the page controls and identify its type(button,textBox,.....etc) to set the text property but I can't.I've used this code
foreach (Control c in this.Controls)
{
Label1.Text = c.GetType().ToString();
}
but it doesn't work as expected.

thanks.

Dad

AnswerRe: Control Type Pin
Guffa28-Jul-07 10:01
Guffa28-Jul-07 10:01 
QuestionRunning Videos Pin
.NET- India 28-Jul-07 3:01
.NET- India 28-Jul-07 3:01 
QuestionAsychronous call to URL behind the scene without redirecting to the page Pin
Amvir28-Jul-07 2:39
Amvir28-Jul-07 2:39 
AnswerRe: Asychronous call to URL behind the scene without redirecting to the page Pin
Brady Kelly28-Jul-07 5:54
Brady Kelly28-Jul-07 5:54 
GeneralRe: Asychronous call to URL behind the scene without redirecting to the page Pin
Amvir29-Jul-07 20:25
Amvir29-Jul-07 20:25 
GeneralRe: Asychronous call to URL behind the scene without redirecting to the page Pin
Brady Kelly29-Jul-07 21:51
Brady Kelly29-Jul-07 21:51 
QuestionHyperlink and AJAX ModalPopup Pin
h@s@n28-Jul-07 2:15
h@s@n28-Jul-07 2:15 
QuestionColor html document Printing Pin
rahul21nov28-Jul-07 2:06
rahul21nov28-Jul-07 2:06 
AnswerRe: Color html document Printing Pin
Blue_Boy28-Jul-07 2:15
Blue_Boy28-Jul-07 2:15 
QuestionReteriving data from database Pin
h@s@n28-Jul-07 2:06
h@s@n28-Jul-07 2:06 
QuestionMaster Page Problem Pin
Mahesh.J28-Jul-07 1:08
Mahesh.J28-Jul-07 1:08 
AnswerRe: Master Page Problem [modified] Pin
wk63328-Jul-07 6:30
wk63328-Jul-07 6:30 
QuestionASPNET Error Pin
#realJSOP28-Jul-07 0:59
professional#realJSOP28-Jul-07 0:59 
AnswerRe: ASPNET Error Pin
Christian Graus28-Jul-07 12:08
protectorChristian Graus28-Jul-07 12:08 
Questionwant to create pop up windows Pin
ooooooooppppppss28-Jul-07 0:27
ooooooooppppppss28-Jul-07 0:27 
AnswerRe: want to create pop up windows Pin
Christian Graus28-Jul-07 12:20
protectorChristian Graus28-Jul-07 12:20 
QuestionTo Populate the values from a UltraWebGrid to a textbox Pin
codingrocks27-Jul-07 23:26
codingrocks27-Jul-07 23:26 

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.