Click here to Skip to main content
15,919,028 members
Home / Discussions / ASP.NET
   

ASP.NET

 
Questionimage control Pin
radupopescu7774-Feb-09 8:44
radupopescu7774-Feb-09 8:44 
AnswerRe: image control Pin
Christian Graus4-Feb-09 9:22
protectorChristian Graus4-Feb-09 9:22 
GeneralRe: image control Pin
radupopescu7774-Feb-09 10:01
radupopescu7774-Feb-09 10:01 
GeneralRe: image control Pin
emiaj4-Feb-09 10:39
emiaj4-Feb-09 10:39 
AnswerRe: image control Pin
radupopescu7774-Feb-09 20:37
radupopescu7774-Feb-09 20:37 
Questioncannot get my update methd to work using a gridviw's objectdatasource Pin
Anthony Ganley4-Feb-09 8:29
Anthony Ganley4-Feb-09 8:29 
Questioncannot get my update methd to work using a gridviw's objectdatasource Pin
Anthony Ganley4-Feb-09 8:28
Anthony Ganley4-Feb-09 8:28 
Questionbutton click event after onblur event Pin
gbabu174-Feb-09 6:40
gbabu174-Feb-09 6:40 
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 

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.