Click here to Skip to main content
15,887,485 members
Home / Discussions / ASP.NET
   

ASP.NET

 
Questionhow to check the given string language weather it is marathi hindi or any other Pin
jalbaji13-Feb-13 8:57
professionaljalbaji13-Feb-13 8:57 
AnswerRe: how to check the given string language weather it is marathi hindi or any other Pin
Richard Deeming13-Feb-13 9:44
mveRichard Deeming13-Feb-13 9:44 
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 
Hi,

I am using vs2010 in windows7 32bit.

And i have below code and it does not work at all.

What should i do?

---------------------------

<%@ Page Language="VB" AutoEventWireup="false" CodeFile="Default.aspx.vb" Inherits="_Default" %>



<html xmlns="http://www.w3.org/1999/xhtml">
<head runat="server">
<title></title>

<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">


<asp:button id="Button1" runat="server" text="Button" onclientclick="vbscript:SelectItem2()">
<asp:button id="Button2" runat="server" text="Button22" onclientclick="SelectItem();">


</form>
</body>
</html>
hi

My english is a little.
anyway, nice to meet you~~
and give me your advice anytime~

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 
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 

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.