Click here to Skip to main content
15,908,843 members
Home / Discussions / Web Development
   

Web Development

 
GeneralRe: Internet Explorer and Hidden Divs/Images Pin
Shog915-Nov-05 12:14
sitebuilderShog915-Nov-05 12:14 
GeneralRe: Internet Explorer and Hidden Divs/Images Pin
Alsvha16-Nov-05 4:13
Alsvha16-Nov-05 4:13 
QuestionTAB order of elements in the HTML from Pin
progman10-Nov-05 10:59
progman10-Nov-05 10:59 
AnswerRe: TAB order of elements in the HTML from Pin
minhpc_bk10-Nov-05 16:59
minhpc_bk10-Nov-05 16:59 
QuestionRe: TAB order of elements in the HTML from Pin
MoustafaS11-Nov-05 18:26
MoustafaS11-Nov-05 18:26 
AnswerRe: TAB order of elements in the HTML from Pin
minhpc_bk13-Nov-05 14:39
minhpc_bk13-Nov-05 14:39 
QuestionShowing HTML Page Inside an aspx page Pin
K.P.Kannan10-Nov-05 3:51
K.P.Kannan10-Nov-05 3:51 
AnswerRe: Showing HTML Page Inside an aspx page Pin
minhpc_bk10-Nov-05 16:44
minhpc_bk10-Nov-05 16:44 
There's no include directive in the ASP.NET like the classic ASP does so that you can use to include the html static page in a web page .aspx. So there are a couple of options that you might consider:

+ Use the classes defined in the System.IO namespace to read the html file and write the contents to the web page .aspx
+ Use the web user control .ascx, you simply copy the content of the html file in a web user control, and include the control in the web page .aspx.
+ Use the Server.Execute method to execute the html page, and write the output markups to the web page .aspx
QuestionHow to BINDING data from MS Access to Web page and vice versa Pin
thnguyen9-Nov-05 23:26
thnguyen9-Nov-05 23:26 
QuestionUser Roles Pin
Illegal Operation9-Nov-05 18:40
Illegal Operation9-Nov-05 18:40 
AnswerRe: User Roles Pin
minhpc_bk10-Nov-05 16:58
minhpc_bk10-Nov-05 16:58 
QuestionHow to print Header and Footer On Every Page when using Window.Print() Pin
Rajkamal_dfine9-Nov-05 17:46
Rajkamal_dfine9-Nov-05 17:46 
AnswerRe: How to print Header and Footer On Every Page when using Window.Print() Pin
rihdus9-Nov-05 18:08
rihdus9-Nov-05 18:08 
Questioncan not retrieve the url address Pin
llp00na9-Nov-05 4:12
llp00na9-Nov-05 4:12 
QuestionAdvanced StyleSheet Question Pin
matthias s.9-Nov-05 1:16
matthias s.9-Nov-05 1:16 
AnswerRe: Advanced StyleSheet Question Pin
Curtis Schlak.22-Nov-05 15:15
Curtis Schlak.22-Nov-05 15:15 
Questionclient side js poly drawing Pin
g00fyman8-Nov-05 17:14
g00fyman8-Nov-05 17:14 
QuestionVisual Web Developer express Pin
ed welch8-Nov-05 4:54
ed welch8-Nov-05 4:54 
AnswerRe: Visual Web Developer express Pin
MoustafaS9-Nov-05 14:26
MoustafaS9-Nov-05 14:26 
AnswerRe: Visual Web Developer express Pin
ed welch10-Nov-05 22:49
ed welch10-Nov-05 22:49 
QuestionUPLOAD PROBLEM Pin
Greeky8-Nov-05 3:41
Greeky8-Nov-05 3:41 
QuestionAspx page inside Div Pin
K.P.Kannan7-Nov-05 20:56
K.P.Kannan7-Nov-05 20:56 
AnswerRe: Aspx page inside Div Pin
Curtis Schlak.22-Nov-05 15:17
Curtis Schlak.22-Nov-05 15:17 
QuestionProblem in Browser control Pin
JayaDurai7-Nov-05 17:49
JayaDurai7-Nov-05 17:49 
QuestionApply CSS in ASP Pin
chintu4u sa7-Nov-05 2:29
chintu4u sa7-Nov-05 2:29 

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.