Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index
When i am click on update button i got this error
my update click event
When i am click on update button i got this error
my update click event
normally on would use the following :-
I am trying to use OpenID in my website using asp.net_c#. I am working on asp.net forms website with asp.net v4. The issue i am having is with openidselector control from my toolbox generated from dotnetopenauth.dll. It does not work and not even displays. Any help?
how do you set css to add an asp img?
How to change table names in ASP.net Identity 3.0?
I am new to ASP.NET and wanted to capture details about people on my site. So I capture the Request.UserAgent attributes to file. Can anyone explain how to deconstruct these so I know what they mean? I am actually stumped by some of the user agents I see. Examples:
here is the code I create textbox from C# code..
I am facing a strange issue.I want to connect tfs server using tfs api programmitcally.
Even after giving proper authentcaion crediatials it is failing.But if I do it manually by typing tfs server name in browser its got connected.
I have a datalist in my application whose headertemplate has a lable.Now i need to access the lable from codebehind.How can i do that..