Click here to Skip to main content
15,906,574 members
Home / Discussions / ASP.NET
   

ASP.NET

 
Questionform submit using javascript Pin
deepaks330-Aug-06 4:45
deepaks330-Aug-06 4:45 
AnswerRe: form submit using javascript Pin
John Petersen30-Aug-06 5:38
John Petersen30-Aug-06 5:38 
AnswerRe: form submit using javascript Pin
Guffa30-Aug-06 6:15
Guffa30-Aug-06 6:15 
QuestionDynamically load web controls Pin
LucasJ630-Aug-06 4:41
LucasJ630-Aug-06 4:41 
JokeRe: Dynamically load web controls Pin
ToddHileHoffer30-Aug-06 7:07
ToddHileHoffer30-Aug-06 7:07 
JokeRe: Dynamically load web controls Pin
Clickok30-Aug-06 16:53
Clickok30-Aug-06 16:53 
QuestionDisplay Word Document in browser Pin
kalyanPaladugu30-Aug-06 3:41
kalyanPaladugu30-Aug-06 3:41 
AnswerRe: Display Word Document in browser Pin
ToddHileHoffer30-Aug-06 3:45
ToddHileHoffer30-Aug-06 3:45 
string Fname = "c:\yourFile.doc";
Response.ClearContent();
Response.ClearHeaders();
Response.ContentType = "application/vnd.ms-word";
Response.WriteFile(Fname);
Response.Flush();
Response.Close();




how vital enterprise application are for proactive organizations leveraging collective synergy to think outside the box and formulate their key objectives into a win-win game plan with a quality-driven approach that focuses on empowering key players to drive-up their core competencies and increase expectations with an all-around initiative to drive up the bottom-line. But of course, that's all a "high level" overview of things
--thedailywtf 3/21/06

GeneralRe: Display Word Document in browser Pin
kalyanPaladugu30-Aug-06 4:40
kalyanPaladugu30-Aug-06 4:40 
GeneralRe: Display Word Document in browser Pin
ToddHileHoffer30-Aug-06 5:44
ToddHileHoffer30-Aug-06 5:44 
QuestionAccess DB Data Provider for ASP.NET Pin
japel30-Aug-06 2:34
japel30-Aug-06 2:34 
AnswerRe: Access DB Data Provider for ASP.NET Pin
ToddHileHoffer30-Aug-06 3:43
ToddHileHoffer30-Aug-06 3:43 
QuestionHow to Count Online Visitors in ASP.NET 2.0 ? Pin
immori30-Aug-06 2:27
immori30-Aug-06 2:27 
AnswerRe: How to Count Online Visitors in ASP.NET 2.0 ? Pin
ToddHileHoffer30-Aug-06 3:50
ToddHileHoffer30-Aug-06 3:50 
QuestionDisplay Data in GridView Asp.Net 2.0 Pin
Jay_se30-Aug-06 2:23
Jay_se30-Aug-06 2:23 
AnswerRe: Display Data in GridView Asp.Net 2.0 Pin
immori30-Aug-06 2:37
immori30-Aug-06 2:37 
GeneralRe: Display Data in GridView Asp.Net 2.0 Pin
Jay_se30-Aug-06 3:18
Jay_se30-Aug-06 3:18 
GeneralRe: Display Data in GridView Asp.Net 2.0 Pin
ToddHileHoffer30-Aug-06 4:02
ToddHileHoffer30-Aug-06 4:02 
GeneralRe: Display Data in GridView Asp.Net 2.0 Pin
Jay_se31-Aug-06 2:16
Jay_se31-Aug-06 2:16 
JokeRe: Display Data in GridView Asp.Net 2.0 (Thanks) Pin
Jay_se1-Sep-06 23:02
Jay_se1-Sep-06 23:02 
QuestionSql express and ASP.net configuration tools Pin
y_mmohd30-Aug-06 2:09
y_mmohd30-Aug-06 2:09 
AnswerRe: Sql express and ASP.net configuration tools Pin
Bruno M.T. Sousa30-Aug-06 10:40
Bruno M.T. Sousa30-Aug-06 10:40 
QuestionINPUT file like INPUT folder HTML control Pin
248912830-Aug-06 1:44
248912830-Aug-06 1:44 
AnswerRe: INPUT file like INPUT folder HTML control Pin
_AK_30-Aug-06 1:46
_AK_30-Aug-06 1:46 
AnswerRe: INPUT file like INPUT folder HTML control Pin
ToddHileHoffer30-Aug-06 2:50
ToddHileHoffer30-Aug-06 2:50 

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.