Click here to Skip to main content
15,886,963 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: how to pass the ID of a text box in a gridview to a javascript Pin
J4amieC30-Jul-08 0:03
J4amieC30-Jul-08 0:03 
AnswerRe: how to pass the ID of a text box in a gridview to a javascript Pin
J4amieC29-Jul-08 22:06
J4amieC29-Jul-08 22:06 
GeneralRe: how to pass the ID of a text box in a gridview to a javascript Pin
Arindam Datta29-Jul-08 22:11
Arindam Datta29-Jul-08 22:11 
QuestionPaypal integration Pin
Prashant B. Lavate29-Jul-08 21:24
Prashant B. Lavate29-Jul-08 21:24 
AnswerRe: Paypal integration Pin
eyeseetee29-Jul-08 21:53
eyeseetee29-Jul-08 21:53 
Questionhow to pass a textbox ID which is in a grid view to a java script Pin
Arindam Datta29-Jul-08 21:21
Arindam Datta29-Jul-08 21:21 
AnswerRe: how to pass a textbox ID which is in a grid view to a java script Pin
Anudeep Jaiswal1-Aug-08 0:36
Anudeep Jaiswal1-Aug-08 0:36 
QuestionASP.NET 1.1 User Control Can't Set Focus [modified] Pin
peter_790129-Jul-08 20:52
peter_790129-Jul-08 20:52 
I had a problem with my User Control write by VB Code
when i apply this control to my Web form and try to set the focus. i get a error Message "cbCustomerID is NULL or not an Object"

here this some of the Web Form code:
ASPX:
<![CDATA[<%@ Page Language="vb" codebehind="InvoiceHeaderDetail.aspx.vb" autoeventwireup="false" Inherits="EnterpriseASP.InvoiceHeaderDetail" ><br />
<%@ Register TagPrefix="cc1" Namespace="EnterpriseASP" Assembly="PopupControl" %>]]>


<cc1:popupcontrol id="cbCustomerID1" tabindex="6" runat="server" cssclass="fieldeditor" width="80%" autopostback="True" targeturl="../../EnterpriseASPAR/CustomerInformation/CustomerInformationLookup.aspx" xmlns:cc1="#unknown"></cc1:popupcontrol>


VB Code Behind:
RegisterStartupScript("focus", "<script language="" javascript="">" & vbCrLf & _<br />
            vbTab & "document.all." & cbCustomerID1.ClientID & ".focus();" & _<br />
            vbCrLf & "<" & "/script>")</script>


anybody has any idea why this happening and how to resolve?

modified on Wednesday, July 30, 2008 3:05 AM

AnswerRe: ASP.NET 1.1 User Control Can't Set Focus Pin
peter_790129-Jul-08 21:52
peter_790129-Jul-08 21:52 
Questionajax dual slider problem asp.net c# Pin
VijayVishwakarma29-Jul-08 20:47
VijayVishwakarma29-Jul-08 20:47 
Question"External table is not in the expected format." how to solve this error? Pin
sathyan_829429-Jul-08 19:37
sathyan_829429-Jul-08 19:37 
AnswerRe: "External table is not in the expected format." how to solve this error? Pin
Imran Khan Pathan29-Jul-08 19:45
Imran Khan Pathan29-Jul-08 19:45 
GeneralRe: "External table is not in the expected format." how to solve this error? Pin
Imran Khan Pathan29-Jul-08 20:13
Imran Khan Pathan29-Jul-08 20:13 
GeneralRe: "External table is not in the expected format." how to solve this error? Pin
Christian Graus29-Jul-08 20:20
protectorChristian Graus29-Jul-08 20:20 
GeneralRe: "External table is not in the expected format." how to solve this error? Pin
Imran Khan Pathan29-Jul-08 20:33
Imran Khan Pathan29-Jul-08 20:33 
AnswerRe: "External table is not in the expected format." how to solve this error? Pin
Christian Graus29-Jul-08 20:06
protectorChristian Graus29-Jul-08 20:06 
AnswerRe: "External table is not in the expected format." how to solve this error? Pin
satyaanand.andra@gmail.com29-Jul-08 21:26
satyaanand.andra@gmail.com29-Jul-08 21:26 
GeneralRe: "External table is not in the expected format." how to solve this error? Pin
J4amieC29-Jul-08 22:11
J4amieC29-Jul-08 22:11 
QuestionHow to resize the ContentPlaceHolder of a MasterPage in Child(.aspx) Page? Pin
mcmilan29-Jul-08 18:40
mcmilan29-Jul-08 18:40 
QuestionFile Upload error on live site. Pin
JimBob SquarePants29-Jul-08 18:33
JimBob SquarePants29-Jul-08 18:33 
AnswerRe: File Upload error on live site. Pin
Venkatesh Mookkan29-Jul-08 18:50
Venkatesh Mookkan29-Jul-08 18:50 
GeneralRe: File Upload error on live site. Pin
JimBob SquarePants29-Jul-08 19:03
JimBob SquarePants29-Jul-08 19:03 
AnswerRe: File Upload error on live site. Pin
Anand Desai29-Jul-08 19:14
Anand Desai29-Jul-08 19:14 
GeneralRe: File Upload error on live site. Pin
Venkatesh Mookkan29-Jul-08 19:16
Venkatesh Mookkan29-Jul-08 19:16 
GeneralRe: File Upload error on live site. Pin
JimBob SquarePants29-Jul-08 22:52
JimBob SquarePants29-Jul-08 22:52 

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.