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

ASP.NET

 
GeneralRe: How to return binary data from an aspx page? Pin
Rob Philpott2-Aug-06 2:47
Rob Philpott2-Aug-06 2:47 
GeneralRe: How to return binary data from an aspx page? Pin
Guffa2-Aug-06 5:29
Guffa2-Aug-06 5:29 
AnswerRe: How to return binary data from an aspx page? Pin
eggsovereasy2-Aug-06 3:31
eggsovereasy2-Aug-06 3:31 
GeneralRe: How to return binary data from an aspx page? Pin
Rob Philpott2-Aug-06 3:45
Rob Philpott2-Aug-06 3:45 
QuestionEstimating the time required to upload Pin
Sheshadrinath2-Aug-06 0:46
Sheshadrinath2-Aug-06 0:46 
AnswerRe: Estimating the time required to upload Pin
Paddy Boyd2-Aug-06 1:04
Paddy Boyd2-Aug-06 1:04 
QuestionMaster - Detail / Diesplay Form View in Insert Mode when no Data in MasterGrid Pin
Brokit1-Aug-06 22:53
Brokit1-Aug-06 22:53 
AnswerRe: Master - Detail / Diesplay Form View in Insert Mode when no Data in MasterGrid Pin
minhpc_bk2-Aug-06 15:37
minhpc_bk2-Aug-06 15:37 
+ To display something when the datasource of the GridView control is empty you can use the EmptyDataText/EmptyDataTemplate properties of the control, you can read more about these in MSDN.
+ Also to change the default mode of the FormView to Insert, you simply check the datasource length, if you use the DataSource control with the GridView control you can do a checking on the select result in the Selected event, then change the mode of the FormView with the DefaultMode property or the ChangeMode method.

QuestionPlacing images on runtime Pin
Fahad Wali1-Aug-06 22:51
Fahad Wali1-Aug-06 22:51 
AnswerRe: Placing images on runtime [modified] Pin
l0kke1-Aug-06 22:58
l0kke1-Aug-06 22:58 
QuestionRe: Placing images on runtime [modified] Pin
Fahad Wali2-Aug-06 20:57
Fahad Wali2-Aug-06 20:57 
AnswerRe: Placing images on runtime Pin
l0kke3-Aug-06 6:24
l0kke3-Aug-06 6:24 
GeneralRe: Placing images on runtime Pin
Fahad Wali3-Aug-06 21:28
Fahad Wali3-Aug-06 21:28 
GeneralRe: Placing images on runtime Pin
l0kke4-Aug-06 9:43
l0kke4-Aug-06 9:43 
GeneralRe: Placing images on runtime Pin
Fahad Wali4-Aug-06 21:16
Fahad Wali4-Aug-06 21:16 
GeneralRe: Placing images on runtime [modified] Pin
l0kke6-Aug-06 1:58
l0kke6-Aug-06 1:58 
GeneralRe: Placing images on runtime [modified] Pin
Fahad Wali7-Aug-06 20:28
Fahad Wali7-Aug-06 20:28 
GeneralRe: Placing images on runtime Pin
l0kke8-Aug-06 11:19
l0kke8-Aug-06 11:19 
GeneralRe: Placing images on runtime Pin
Fahad Wali9-Aug-06 21:36
Fahad Wali9-Aug-06 21:36 
QuestionJavascript reglar expression Pin
Wesley Samuel1-Aug-06 21:32
Wesley Samuel1-Aug-06 21:32 
AnswerRe: Javascript reglar expression [modified] Pin
Guffa2-Aug-06 2:27
Guffa2-Aug-06 2:27 
QuestionTutorial Pin
isaii1-Aug-06 21:24
isaii1-Aug-06 21:24 
AnswerRe: Tutorial Pin
Kevin McFarlane1-Aug-06 23:15
Kevin McFarlane1-Aug-06 23:15 
AnswerRe: Tutorial Pin
MudkiSekhon1-Aug-06 23:23
MudkiSekhon1-Aug-06 23:23 
QuestionASP NET & ActiveX Pin
bat762301-Aug-06 20:26
bat762301-Aug-06 20: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.