Click here to Skip to main content
15,905,683 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: how to show error in asp.ent Pin
Shaik Haneef8-Sep-08 19:51
Shaik Haneef8-Sep-08 19:51 
AnswerInsha Allah try this i think this one work definitely Pin
Shaik Haneef8-Sep-08 20:06
Shaik Haneef8-Sep-08 20:06 
QuestionRequest timeout error. Pin
DanielBJC8-Sep-08 0:27
DanielBJC8-Sep-08 0:27 
AnswerRe: Request timeout error. Pin
Shaik Haneef8-Sep-08 2:42
Shaik Haneef8-Sep-08 2:42 
Questionhow to include one .aspx page into another .aspx page? Pin
kvsreedhar8-Sep-08 0:25
kvsreedhar8-Sep-08 0:25 
AnswerRe: how to include one .aspx page into another .aspx page? Pin
The Web Developer8-Sep-08 0:58
The Web Developer8-Sep-08 0:58 
AnswerRe: how to include one .aspx page into another .aspx page? Pin
Christian Graus8-Sep-08 2:48
protectorChristian Graus8-Sep-08 2:48 
Questiontab control problem Pin
Nika Asgari7-Sep-08 23:44
Nika Asgari7-Sep-08 23:44 
hi i have a tabcontrol ajax
and a linkbutton

my link button must creat a new tab on my tabcontrol
i have this code
but it has this error
first time that i click on this linkbutton it creates the tab but then when i click it makes an error

code:
Protected Sub LinkButton1_Click(ByVal sender As Object, ByVal e As System.EventArgs) Handles LinkButton1.Click
Dim a As New AjaxControlToolkit.TabPanel()
a.HeaderText = "sfdasdfasd"
a.ID = a.GetHashCode().ToString()
Me.TabContainer1.Tabs.Add(a)
End Sub


error:
[ArgumentOutOfRangeException: Specified argument was out of the range of valid values.
Parameter name: index]
System.Web.UI.ControlCollection.get_Item(Int32 index) +2107838
AjaxControlToolkit.TabPanelCollection.get_Item(Int32 index) +44
AjaxControlToolkit.TabContainer.LoadClientState(String clientState) +251
AjaxControlToolkit.ScriptControlBase.LoadPostData(String postDataKey, NameValueCollection postCollection) +94
AjaxControlToolkit.TabContainer.LoadPostData(String postDataKey, NameValueCollection postCollection) +60
AjaxControlToolkit.ScriptControlBase.System.Web.UI.IPostBackDataHandler.LoadPostData(String postDataKey, NameValueCollection postCollection) +36
System.Web.UI.Page.ProcessPostData(NameValueCollection postData, Boolean fBeforeLoad) +661
System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +1194

Nika Asgari

QuestionBlock iframe inside update panel Pin
VanithaVasu7-Sep-08 23:12
VanithaVasu7-Sep-08 23:12 
AnswerRe: Block iframe inside update panel Pin
balaji.t9-Sep-08 19:24
balaji.t9-Sep-08 19:24 
QuestionAJAX Extension versions Pin
mehrdadc487-Sep-08 22:54
mehrdadc487-Sep-08 22:54 
AnswerRe: AJAX Extension versions Pin
eyeseetee8-Sep-08 0:24
eyeseetee8-Sep-08 0:24 
GeneralRe: AJAX Extension versions Pin
mehrdadc488-Sep-08 9:46
mehrdadc488-Sep-08 9:46 
QuestionJava Script Validation for Radio Button inside Grid View Pin
Binod K7-Sep-08 22:24
Binod K7-Sep-08 22:24 
AnswerRe: Java Script Validation for Radio Button inside Grid View Pin
Sandeep Akhare7-Sep-08 22:34
Sandeep Akhare7-Sep-08 22:34 
AnswerRe: Java Script Validation for Radio Button inside Grid View Pin
Shaik Haneef8-Sep-08 0:31
Shaik Haneef8-Sep-08 0:31 
AnswerRe: Java Script Validation for Radio Button inside Grid View Pin
Jay_se8-Sep-08 2:42
Jay_se8-Sep-08 2:42 
QuestionDataModule is not a member of 'System.Security.Principal.IPrincipal' Pin
kmathebula7-Sep-08 21:41
kmathebula7-Sep-08 21:41 
QuestionResponse object in class file Pin
needhi_p7-Sep-08 21:20
needhi_p7-Sep-08 21:20 
AnswerRe: Response object in class file Pin
N a v a n e e t h7-Sep-08 21:23
N a v a n e e t h7-Sep-08 21:23 
AnswerRe: Response object in class file Pin
Shaik Haneef8-Sep-08 0:08
Shaik Haneef8-Sep-08 0:08 
GeneralRe: Response object in class file Pin
J4amieC8-Sep-08 0:21
J4amieC8-Sep-08 0:21 
Questionopening an html file which is stored in sql database. Pin
Sasmi_Office7-Sep-08 20:52
Sasmi_Office7-Sep-08 20:52 
AnswerRe: opening an html file which is stored in sql database. Pin
N a v a n e e t h7-Sep-08 21:21
N a v a n e e t h7-Sep-08 21:21 
GeneralRe: opening an html file which is stored in sql database. Pin
Sasmi_Office7-Sep-08 21:53
Sasmi_Office7-Sep-08 21:53 

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.