Click here to Skip to main content
15,902,938 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: button click event after onblur event Pin
ToddHileHoffer4-Feb-09 6:54
ToddHileHoffer4-Feb-09 6:54 
GeneralRe: button click event after onblur event Pin
gbabu174-Feb-09 7:54
gbabu174-Feb-09 7:54 
GeneralRe: button click event after onblur event Pin
ToddHileHoffer4-Feb-09 8:26
ToddHileHoffer4-Feb-09 8:26 
GeneralRe: button click event after onblur event Pin
gbabu174-Feb-09 21:37
gbabu174-Feb-09 21:37 
GeneralRe: button click event after onblur event Pin
ToddHileHoffer5-Feb-09 2:23
ToddHileHoffer5-Feb-09 2:23 
Questionworking with web parts Pin
prasanth_pnp4-Feb-09 4:11
prasanth_pnp4-Feb-09 4:11 
AnswerRe: working with web parts Pin
ToddHileHoffer4-Feb-09 6:53
ToddHileHoffer4-Feb-09 6:53 
QuestionCalling __doPostBack() Pin
Radhakrishnan G.4-Feb-09 3:00
Radhakrishnan G.4-Feb-09 3:00 
How to trigger postback for a javascript
<br />
<script language="javascript" type="text/javascript"><br />
// <br />
function Button1_onclick()<br />
{<br />
    document.forms[0]['fileBrowse'].click();<br />
    document.forms[0]['TextBox1'].value = document.forms[0]['fileBrowse'].value;<br />
    __doPostBack( 'TextBox1','');<br />
}<br />
<br />
// <br />
</script><br />
<br />
<br />
<body><br />
    <form id="form1" runat="server"><br />
    <div><br />
        <input id="fileBrowse" type="file" style="visibility: hidden" /><br />
        <input id="Button1" type="button" value="button" onclick="return Button1_onclick()" /><br />
        <input id="TextBox1" type="text" /><br />
    </div><br />
    </form><br />
</body><br />


this code showing an error "object expected" while debugging javascript
Confused | :confused:

Regards,
Radhakrishnan
AnswerRe: Calling __doPostBack() Pin
SeMartens4-Feb-09 3:19
SeMartens4-Feb-09 3:19 
GeneralRe: Calling __doPostBack() Pin
Radhakrishnan G.4-Feb-09 3:37
Radhakrishnan G.4-Feb-09 3:37 
GeneralRe: Calling __doPostBack() Pin
SeMartens4-Feb-09 3:52
SeMartens4-Feb-09 3:52 
AnswerRe: Calling __doPostBack() Pin
ToddHileHoffer4-Feb-09 6:53
ToddHileHoffer4-Feb-09 6:53 
GeneralRe: Calling __doPostBack() Pin
Radhakrishnan G.4-Feb-09 16:57
Radhakrishnan G.4-Feb-09 16:57 
GeneralRe: Calling __doPostBack() Pin
ToddHileHoffer5-Feb-09 2:29
ToddHileHoffer5-Feb-09 2:29 
QuestionHow to Transfer Data From SQL Server 2000 to MS Access using c# Pin
Vishal094-Feb-09 1:57
Vishal094-Feb-09 1:57 
AnswerRe: How to Transfer Data From SQL Server 2000 to MS Access using c# Pin
Manas Bhardwaj4-Feb-09 2:34
professionalManas Bhardwaj4-Feb-09 2:34 
AnswerRe: How to Transfer Data From SQL Server 2000 to MS Access using c# Pin
Paddy Boyd4-Feb-09 3:00
Paddy Boyd4-Feb-09 3:00 
JokeRe: How to Transfer Data From SQL Server 2000 to MS Access using c# Pin
ToddHileHoffer4-Feb-09 8:27
ToddHileHoffer4-Feb-09 8:27 
QuestionControls not visible Pin
sana174-Feb-09 1:56
sana174-Feb-09 1:56 
AnswerRe: Controls not visible Pin
Christian Graus4-Feb-09 9:23
protectorChristian Graus4-Feb-09 9:23 
Question[newbie] Dropdownlist control disappearing Pin
jon-804-Feb-09 1:52
professionaljon-804-Feb-09 1:52 
AnswerRe: [newbie] Dropdownlist control disappearing Pin
Vimalsoft(Pty) Ltd4-Feb-09 2:32
professionalVimalsoft(Pty) Ltd4-Feb-09 2:32 
GeneralRe: [newbie] Dropdownlist control disappearing Pin
jon-804-Feb-09 2:52
professionaljon-804-Feb-09 2:52 
GeneralRe: [newbie] Dropdownlist control disappearing Pin
Not Active4-Feb-09 10:30
mentorNot Active4-Feb-09 10:30 
QuestionSerialize, then directly in DB Pin
mehrdadc484-Feb-09 1:40
mehrdadc484-Feb-09 1:40 

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.