Click here to Skip to main content
16,004,782 members
Home / Discussions / ASP.NET
   

ASP.NET

 
General Inconsistency in Resource Files in Web Site and Web Application Projects Pin
Kevin McFarlane13-Feb-08 3:25
Kevin McFarlane13-Feb-08 3:25 
GeneralHelp needed in ASP.Net Crystal Reports Pin
naveedmazhar13-Feb-08 2:58
naveedmazhar13-Feb-08 2:58 
GeneralPage_PreInit wire up Pin
Yoyosch13-Feb-08 2:19
Yoyosch13-Feb-08 2:19 
GeneralRe: Page_PreInit wire up Pin
ToddHileHoffer13-Feb-08 4:11
ToddHileHoffer13-Feb-08 4:11 
GeneralRe: Page_PreInit wire up Pin
Sandeep Akhare13-Feb-08 19:09
Sandeep Akhare13-Feb-08 19:09 
GeneralRe: Page_PreInit wire up Pin
Yoyosch14-Feb-08 0:41
Yoyosch14-Feb-08 0:41 
GeneralRe: Page_PreInit wire up Pin
Sandeep Akhare15-Feb-08 1:53
Sandeep Akhare15-Feb-08 1:53 
GeneralEdit,Update and Insert in DetailsView Pin
.NET- India 13-Feb-08 1:52
.NET- India 13-Feb-08 1:52 
Hello Friends,

Can anybody let me know how to do Edit,Update and Insert in DetailsView programatically. I've done Edit in GridView by using the following code

protected void GridView2_RowEditing(object sender, GridViewEditEventArgs e)
{
GridView2.EditIndex = e.NewEditIndex;
bindDataGrid();
}

but EditIndex is not supported in DetailsView
.........
Generalasp maps Pin
chithra.r13-Feb-08 1:05
chithra.r13-Feb-08 1:05 
GeneralRe: asp maps Pin
Christian Graus13-Feb-08 9:46
protectorChristian Graus13-Feb-08 9:46 
GeneralThumbnail in treeview Pin
VanithaVasu13-Feb-08 0:19
VanithaVasu13-Feb-08 0:19 
GeneralRefresh the gridview from xmlhttp request Pin
Sachin Mukhija13-Feb-08 0:11
Sachin Mukhija13-Feb-08 0:11 
GeneralIs there any way i can reset the application level variable without resetting iis server Pin
sabby200613-Feb-08 0:10
sabby200613-Feb-08 0:10 
GeneralRe: Is there any way i can reset the application level variable without resetting iis server Pin
VanithaVasu13-Feb-08 0:27
VanithaVasu13-Feb-08 0:27 
GeneralRe: Is there any way i can reset the application level variable without resetting iis server Pin
sabby200613-Feb-08 0:46
sabby200613-Feb-08 0:46 
Generaldialog box Pin
niki_nilu13-Feb-08 0:06
niki_nilu13-Feb-08 0:06 
GeneralRe: dialog box Pin
Tarun Dudhatra13-Feb-08 0:10
Tarun Dudhatra13-Feb-08 0:10 
GeneralRe: dialog box [modified] Pin
dilipv15-Feb-08 0:33
dilipv15-Feb-08 0:33 
Generalresize form Pin
niki_nilu12-Feb-08 23:57
niki_nilu12-Feb-08 23:57 
GeneralRe: resize form Pin
eyeseetee13-Feb-08 0:44
eyeseetee13-Feb-08 0:44 
GeneralRe: resize form Pin
Sebastian T Xavier13-Feb-08 2:54
Sebastian T Xavier13-Feb-08 2:54 
GeneralProblem with HTML String Pin
Tarun Dudhatra12-Feb-08 23:57
Tarun Dudhatra12-Feb-08 23:57 
Generalbind xml to gridview through dataset Pin
Sachin Mukhija12-Feb-08 23:11
Sachin Mukhija12-Feb-08 23:11 
GeneralRe: bind xml to gridview through dataset Pin
Paddy Boyd12-Feb-08 23:38
Paddy Boyd12-Feb-08 23:38 
GeneralRe: bind xml to gridview through dataset Pin
Sachin Mukhija13-Feb-08 0:04
Sachin Mukhija13-Feb-08 0:04 

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.