Click here to Skip to main content
15,894,546 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: where does the web site adnimistration tool store the membership data Pin
Brij23-Aug-09 19:03
mentorBrij23-Aug-09 19:03 
QuestionAuto resizable textarea Pin
smlud123-Aug-09 15:31
smlud123-Aug-09 15:31 
AnswerRe: Auto resizable textarea Pin
Christian Graus23-Aug-09 16:15
protectorChristian Graus23-Aug-09 16:15 
QuestionRe: Auto resizable textarea Pin
smlud124-Aug-09 2:05
smlud124-Aug-09 2:05 
QuestionUnable to access controls on the page‏ Pin
Abbas8223-Aug-09 14:28
Abbas8223-Aug-09 14:28 
AnswerRe: Unable to access controls on the page‏ Pin
DoctorMick24-Aug-09 4:56
DoctorMick24-Aug-09 4:56 
GeneralRe: Unable to access controls on the page‏ Pin
Abbas8224-Aug-09 5:55
Abbas8224-Aug-09 5:55 
QuestionHow to solve the ajax error, "There was an error in the callback." Pin
meeram39523-Aug-09 6:37
meeram39523-Aug-09 6:37 
I have a treeview control in my page. Both the treeviews are inside of an update panel. Issue is, when the user clicks on back button of the browser and then clicks on the root node of the tree view, I am getting an error message saying that 'There was an error in the callback."



Is there any way which I can resolve this issue? Please help. Following is my html code for the update panel:

<p><


asp:UpdatePanel ID="TreeViewUpdate" runat="server" ChildrenAsTriggers="true"><ContentTemplate> <asp:TreeView onclick="postbackOnCheck(event,'ctl00_PCMSMainContent_CreateUserWizard_TreeViewUpdate')" ID = "AvailableBusinessUnitsTreeView" runat="server" Height="100%" Width="50%" ShowLines="true" ShowCheckBoxes="All" ExpandDepth="1" OnTreeNodePopulate="AvailableBusinessUnitsTreeView_TreeNodePopulate" OnTreeNodeCheckChanged="AvailableBusinessUnitsTreeView_TreeNodeCheckChanged">


<ParentNodeStyle Font-Bold="False" /> <HoverNodeStyle Font-Underline="True" ForeColor="#6666AA" /> <SelectedNodeStyle BackColor="#B5B5B5" Font-Underline="False" HorizontalPadding="0px" VerticalPadding="0px" /> <NodeStyle Font-Names="Tahoma" Font-Size="10pt" ForeColor="Black" HorizontalPadding="2px" NodeSpacing="0px" VerticalPadding="2px" /> </asp:TreeView> </ContentTemplate> </asp:UpdatePanel>

</p>

window.onload = function()

{

}


function postbackOnCheck(e, updatePanel) {var event = window.event || e;var o = event.srcElement ? event.srcElement : event.target;if (o.tagName == 'INPUT' && o.type == 'checkbox' &&null && o.name.indexOf('CheckBox') - 1) {"");

Error occurs on this update panel. Can anybody provide any solution for this?

Thanks

Success is the good fortune that comes from aspiration, desperation, perspiration and inspiration.

QuestionHow to get the datagriditem whose radio button is clicked Pin
Ersan Ercek23-Aug-09 6:28
Ersan Ercek23-Aug-09 6:28 
AnswerRe: How to get the datagriditem whose radio button is clicked Pin
Blue_Boy23-Aug-09 8:02
Blue_Boy23-Aug-09 8:02 
QuestionASP.net LoginView Control Pin
VikashGohil23-Aug-09 3:38
VikashGohil23-Aug-09 3:38 
AnswerRe: ASP.net LoginView Control Pin
Brij23-Aug-09 18:56
mentorBrij23-Aug-09 18:56 
Questionone interesting problem for finding file containing # Pin
Seraph_summer23-Aug-09 0:03
Seraph_summer23-Aug-09 0:03 
AnswerRe: one interesting problem for finding file containing # Pin
Blue_Boy23-Aug-09 1:09
Blue_Boy23-Aug-09 1:09 
Questionwhat kind of technology can be used for realize this function? Pin
Seraph_summer22-Aug-09 23:58
Seraph_summer22-Aug-09 23:58 
AnswerRe: what kind of technology can be used for realize this function? Pin
Abhijit Jana23-Aug-09 0:03
professionalAbhijit Jana23-Aug-09 0:03 
GeneralRe: what kind of technology can be used for realize this function? Pin
Seraph_summer23-Aug-09 3:15
Seraph_summer23-Aug-09 3:15 
GeneralRe: what kind of technology can be used for realize this function? Pin
Abhijit Jana23-Aug-09 3:51
professionalAbhijit Jana23-Aug-09 3:51 
GeneralRe: what kind of technology can be used for realize this function? Pin
Seraph_summer23-Aug-09 5:56
Seraph_summer23-Aug-09 5:56 
Questionproblem with deploying the web site in iis server in local host Pin
prasadbuddhika22-Aug-09 19:32
prasadbuddhika22-Aug-09 19:32 
AnswerRe: problem with deploying the web site in iis server in local host Pin
Abhijit Jana22-Aug-09 20:17
professionalAbhijit Jana22-Aug-09 20:17 
GeneralRe: problem with deploying the web site in iis server in local host Pin
prasadbuddhika23-Aug-09 0:07
prasadbuddhika23-Aug-09 0:07 
Questionhow to create instance of class in asp.net Pin
dream_liner_7e722-Aug-09 16:01
dream_liner_7e722-Aug-09 16:01 
AnswerRe: how to create instance of class in asp.net Pin
Abhijit Jana22-Aug-09 20:15
professionalAbhijit Jana22-Aug-09 20:15 
GeneralRe: how to create instance of class in asp.net Pin
dream_liner_7e723-Aug-09 5:29
dream_liner_7e723-Aug-09 5:29 

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.