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

ASP.NET

 
AnswerRe: how to check the given string language weather it is marathi hindi or any other Pin
N a v a n e e t h13-Feb-13 19:14
N a v a n e e t h13-Feb-13 19:14 
Questionvbscript question.. Pin
buffering8313-Feb-13 0:48
buffering8313-Feb-13 0:48 
QuestionSelect only 1 checbox in a checkbox list Pin
berba12-Feb-13 23:21
berba12-Feb-13 23:21 
AnswerRe: Select only 1 checbox in a checkbox list Pin
Sandeep Mewara13-Feb-13 0:03
mveSandeep Mewara13-Feb-13 0:03 
AnswerRe: Select only 1 checbox in a checkbox list Pin
Shameel13-Feb-13 3:26
professionalShameel13-Feb-13 3:26 
Questionvbscript don't work in visual studio 2010? Pin
buffering8312-Feb-13 21:42
buffering8312-Feb-13 21:42 
AnswerRe: vbscript don't work in visual studio 2010? Pin
Garth J Lancaster12-Feb-13 21:58
professionalGarth J Lancaster12-Feb-13 21:58 
AnswerRe: vbscript don't work in visual studio 2010? Pin
Srilatha040612-Feb-13 23:10
Srilatha040612-Feb-13 23:10 
XML
<html xmlns="http://www.w3.org/1999/xhtml">
 <head id="Head1" runat="server">
 <title></title>
  <script type="text/javascript"> </script>
 <script type="text/vbscript">
 Sub SelectItem2()
    MsgBox "test vbscript.", vbInformation, "OK"
 End Sub
 </script>

 <script type="text/javascript">
     function SelectItem() {
         alert("test javascript")
     }
 </script>
 </head>
<body>
    <form id="form1" runat="server">
    <div>
    <asp:Button ID="Button1" runat="server" Text="Button" OnClientClick="return  SelectItem2()"  />
 <asp:Button ID="Button2" runat="server" Text="Button22" OnClientClick="SelectItem()" />
    </div>
    </form>
</body>
</html>

GeneralRe: vbscript don't work in visual studio 2010? Pin
buffering8313-Feb-13 0:46
buffering8313-Feb-13 0:46 
AnswerRe: vbscript don't work in visual studio 2010? Pin
Sandeep Mewara13-Feb-13 0:20
mveSandeep Mewara13-Feb-13 0:20 
QuestionSignature not working in web browser(VB.NET) Pin
Sugu.s12-Feb-13 21:04
Sugu.s12-Feb-13 21:04 
AnswerRe: Signature not working in web browser(VB.NET) Pin
N a v a n e e t h12-Feb-13 22:24
N a v a n e e t h12-Feb-13 22:24 
GeneralRe: Signature not working in web browser(VB.NET) Pin
Sugu.s12-Feb-13 23:44
Sugu.s12-Feb-13 23:44 
GeneralRe: Signature not working in web browser(VB.NET) Pin
Satish Kumar Trivedi16-Jul-15 4:13
Satish Kumar Trivedi16-Jul-15 4:13 
AnswerRe: Signature not working in web browser(VB.NET) Pin
LGandhi20-Aug-14 6:57
LGandhi20-Aug-14 6:57 
Questionimplementing comment box facility in web pages Pin
abhi_ban12-Feb-13 8:12
abhi_ban12-Feb-13 8:12 
AnswerRe: implementing comment box facility in web pages Pin
Catalin Hatmanu12-Feb-13 11:03
Catalin Hatmanu12-Feb-13 11:03 
Questionhow to set ASP.NET_sessionId cookie as HTTPOnly Pin
smehta.er12-Feb-13 6:35
smehta.er12-Feb-13 6:35 
AnswerRe: how to set ASP.NET_sessionId cookie as HTTPOnly Pin
Sandeep Mewara13-Feb-13 1:08
mveSandeep Mewara13-Feb-13 1:08 
QuestionASP.NET 4.0 2 repeater Control problem Pin
VishwaKL11-Feb-13 19:02
VishwaKL11-Feb-13 19:02 
AnswerRe: ASP.NET 4.0 2 repeater Control problem Pin
Sandeep Mewara11-Feb-13 21:45
mveSandeep Mewara11-Feb-13 21:45 
QuestionMax value of Rows in SQL Server 2008 Pin
sundar-indo11-Feb-13 17:58
sundar-indo11-Feb-13 17:58 
AnswerRe: Max value of Rows in SQL Server 2008 Pin
Vani Kulkarni11-Feb-13 19:03
professionalVani Kulkarni11-Feb-13 19:03 
Questioncan we have two controls (grid control and a chart control) on the same space/real estate Pin
bnath00111-Feb-13 8:30
bnath00111-Feb-13 8:30 
QuestionIssue with scrollbars in a asp:listbox Pin
Srilatha040611-Feb-13 3:32
Srilatha040611-Feb-13 3:32 

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.