Click here to Skip to main content
15,885,216 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: web.config frustrating me1 Pin
Gayani Devapriya6-Aug-08 23:37
Gayani Devapriya6-Aug-08 23:37 
QuestionOpening one Page at a time Pin
omlac6-Aug-08 22:43
omlac6-Aug-08 22:43 
AnswerRe: Opening one Page at a time Pin
eyeseetee6-Aug-08 23:22
eyeseetee6-Aug-08 23:22 
GeneralRe: Opening one Page at a time Pin
omlac7-Aug-08 2:06
omlac7-Aug-08 2:06 
GeneralRe: Opening one Page at a time Pin
omlac7-Aug-08 2:17
omlac7-Aug-08 2:17 
AnswerRe: Opening one Page at a time Pin
omlac7-Aug-08 2:25
omlac7-Aug-08 2:25 
GeneralRe: Opening one Page at a time Pin
eyeseetee7-Aug-08 2:59
eyeseetee7-Aug-08 2:59 
QuestionChangeMode FormView From Insert to Edit After Inserted Pin
Mhiny6-Aug-08 22:32
Mhiny6-Aug-08 22:32 
Hi all
I want to change FormView mode From Insertmode to editmode after Inserted .Any one have ides...I try this but nothing change It's still be insert mode Sigh | :sigh:

Protected Sub FormView1_ItemInserted(ByVal sender As Object, ByVal e As System.Web.UI.WebControls.FormViewInsertedEventArgs) Handles FormView1.ItemInserted
e.ExceptionHandled = True
If e.Exception Is Nothing Then
e.KeepInInsertMode = False
Me.FormView1.ChangeMode(FormViewMode.Edit)
FormView1.DataBind()
Else
e.KeepInInsertMode = True
End If
End Sub

Please help
Questionexport to excel 97 to 2003 Pin
jhyn6-Aug-08 21:55
jhyn6-Aug-08 21:55 
AnswerRe: export to excel 97 to 2003 Pin
eyeseetee6-Aug-08 22:07
eyeseetee6-Aug-08 22:07 
GeneralRe: export to excel 97 to 2003 Pin
zahid farooq6-Aug-08 23:22
zahid farooq6-Aug-08 23:22 
GeneralRe: export to excel 97 to 2003 [modified] Pin
jhyn7-Aug-08 16:30
jhyn7-Aug-08 16:30 
GeneralRe: export to excel 97 to 2003 Pin
hyperalergelo7-Aug-08 16:33
hyperalergelo7-Aug-08 16:33 
GeneralRe: export to excel 97 to 2003 Pin
hyperalergelo7-Aug-08 16:59
hyperalergelo7-Aug-08 16:59 
GeneralRe: export to excel 97 to 2003 Pin
jhyn7-Aug-08 17:01
jhyn7-Aug-08 17:01 
QuestionPrinting Problem Pin
deepthy.p.m6-Aug-08 21:26
deepthy.p.m6-Aug-08 21:26 
AnswerRe: Printing Problem Pin
NeverHeardOfMe6-Aug-08 22:41
NeverHeardOfMe6-Aug-08 22:41 
GeneralRe: Printing Problem Pin
deepthy.p.m6-Aug-08 23:40
deepthy.p.m6-Aug-08 23:40 
GeneralRe: Printing Problem Pin
eyeseetee7-Aug-08 0:00
eyeseetee7-Aug-08 0:00 
GeneralRe: Printing Problem Pin
deepthy.p.m7-Aug-08 0:17
deepthy.p.m7-Aug-08 0:17 
QuestionWorking with Web Parts Pin
sjs4u6-Aug-08 21:19
sjs4u6-Aug-08 21:19 
AnswerRe: Working with Web Parts Pin
eyeseetee6-Aug-08 22:14
eyeseetee6-Aug-08 22:14 
GeneralRe: Working with Web Parts Pin
sjs4u6-Aug-08 22:37
sjs4u6-Aug-08 22:37 
QuestionForcing basic authentication at runtime. Pin
Sudhir Yadav6-Aug-08 21:01
Sudhir Yadav6-Aug-08 21:01 
QuestionWhat is the correct way?? Pin
pijush dubey6-Aug-08 19:56
pijush dubey6-Aug-08 19:56 

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.