Click here to Skip to main content
16,008,299 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: randomly changing images with a time interval Pin
pmarfleet25-Oct-07 10:04
pmarfleet25-Oct-07 10:04 
Questionlogout not abandoning session Pin
janetb9925-Oct-07 7:05
janetb9925-Oct-07 7:05 
QuestionRegular expression for names Pin
kjosh25-Oct-07 5:48
kjosh25-Oct-07 5:48 
AnswerRe: Regular expression for names Pin
Expert Coming25-Oct-07 6:36
Expert Coming25-Oct-07 6:36 
AnswerRegular expression for names Pin
Sarani Ravindran28-Oct-07 1:42
Sarani Ravindran28-Oct-07 1:42 
QuestionConnecting To dialog box question.... Pin
David Knechtges25-Oct-07 5:35
David Knechtges25-Oct-07 5:35 
QuestionNested Master Page - Issues(Please help) Pin
Md Arif25-Oct-07 5:27
Md Arif25-Oct-07 5:27 
AnswerRe: Nested Master Page - Issues(Please help) Pin
Guffa25-Oct-07 6:02
Guffa25-Oct-07 6:02 
1a. You can create themes, and put whatever css files you want in them. When a page uses a theme, links to the css files will be added to the header.

1b. Link tags can be added to the header using code.

2a. Your script tag is wrong, which may explain part of your problems. The script tag must have an end tag, even if it doesn't contain any code.

2b. You can include scripts anywhere in the page. Even if it's recommended to include scripts from the header, it can be done anywhere. It is frequently used anywhere in the code, for statistics and advertisments for example.

2c. Script tags can be added to the header using code.

3a. If you choose to have the form in the master page, your pages will be limited by that. There is no need to put the form in the master page.

3b. A page can have any number of forms, as long as they are not nested. Forms can even be added when needed using Javascript.

---
"Anything that is in the world when you're born is normal and ordinary and is just a natural part of the way the world works. Anything that's invented between when you're fifteen and thirty-five is new and exciting and revolutionary and you can probably get a career in it. Anything invented after you're thirty-five is against the natural order of things."
-- Douglas Adams

GeneralRe: Nested Master Page - Issues(Please help) Pin
Md Arif25-Oct-07 8:17
Md Arif25-Oct-07 8:17 
GeneralRe: Nested Master Page - Issues(Please help) Pin
Guffa25-Oct-07 10:25
Guffa25-Oct-07 10:25 
QuestionCould anyone know how to use AT Command via GSM modem?Thanks [modified] Pin
jaski25-Oct-07 5:02
jaski25-Oct-07 5:02 
AnswerRe: Could anyone know how to use AT Command via GSM modem?Thanks Pin
Saksida Bojan25-Oct-07 6:01
Saksida Bojan25-Oct-07 6:01 
Questiondisplaying text in lable Pin
jai 12325-Oct-07 4:05
jai 12325-Oct-07 4:05 
AnswerRe: displaying text in lable Pin
Pete O'Hanlon25-Oct-07 4:13
mvePete O'Hanlon25-Oct-07 4:13 
GeneralRe: displaying text in lable Pin
jai 12325-Oct-07 4:43
jai 12325-Oct-07 4:43 
GeneralRe: displaying text in lable Pin
Christian Graus25-Oct-07 11:14
protectorChristian Graus25-Oct-07 11:14 
QuestionDrag and Drop Between Listboxes Pin
cisco210325-Oct-07 4:05
cisco210325-Oct-07 4:05 
AnswerRe: Drag and Drop Between Listboxes Pin
Christian Graus25-Oct-07 11:16
protectorChristian Graus25-Oct-07 11:16 
Questiondisplay the count of records present in gridview in textbox Pin
Sunil Wise25-Oct-07 3:39
professionalSunil Wise25-Oct-07 3:39 
AnswerRe: display the count of records present in gridview in textbox Pin
Imran Khan Pathan25-Oct-07 3:50
Imran Khan Pathan25-Oct-07 3:50 
GeneralRe: display the count of records present in gridview in textbox Pin
Sunil Wise25-Oct-07 4:03
professionalSunil Wise25-Oct-07 4:03 
Questiondropdownlist control Pin
Sunil Wise25-Oct-07 3:05
professionalSunil Wise25-Oct-07 3:05 
AnswerRe: dropdownlist control Pin
Mircea Grelus25-Oct-07 3:10
Mircea Grelus25-Oct-07 3:10 
GeneralRe: dropdownlist control Pin
Sunil Wise25-Oct-07 3:33
professionalSunil Wise25-Oct-07 3:33 
GeneralRe: dropdownlist control Pin
Mircea Grelus25-Oct-07 3:41
Mircea Grelus25-Oct-07 3:41 

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.