Click here to Skip to main content
15,888,802 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: javascript coding for onmouseover event Pin
bgates197019-Aug-06 11:18
bgates197019-Aug-06 11:18 
Questionhow to do this? Pin
Amit Agarrwal19-Aug-06 3:55
Amit Agarrwal19-Aug-06 3:55 
AnswerRe: how to do this? Pin
Colin Angus Mackay19-Aug-06 21:30
Colin Angus Mackay19-Aug-06 21:30 
Questionmenu generation Pin
omi9819-Aug-06 3:34
omi9819-Aug-06 3:34 
AnswerRe: menu generation Pin
Suresh Pirsquare19-Aug-06 4:59
Suresh Pirsquare19-Aug-06 4:59 
GeneralRe: menu generation Pin
omi9821-Aug-06 6:36
omi9821-Aug-06 6:36 
AnswerRe: menu generation Pin
postmaster@programmingknowledge.com19-Aug-06 8:04
postmaster@programmingknowledge.com19-Aug-06 8:04 
QuestionUnable to get the SelectedRow of WebCombo in VB .Net 2003 Pin
arvindbhateja19-Aug-06 2:55
arvindbhateja19-Aug-06 2:55 
Hi,

I'm using a simple Infragistic web combo in ASP .net with code behind in VB .Net 2003. It's a very basic combo box that is working fine with code behind in C# .Net OMG | :OMG: but the same code (logic) is not working in VB .Net. The problem I'm facing is that when I click on button1 and in it's event I simply write:

WebCombo2.SelectedRow.Cells(0).Value.ToString()

and it returns with a null object reference exception. When I debugged, I found the SelectedRow object null.

I'm using:

-> Infragistics NetAdvantage 2006 Volume 2 CLR 1.x
-> VS 2003 ASP .Net, code behind in VB .Net

here is the code:

<igcmbo:webcombo id="WebCombo2" runat="server" Height="20px"
DataValueField="User_Id" DataTextField="Logon_Name" Width="200px" Font-Names="Verdana" DataMember="User" Font-Size="8pt" BorderStyle="Solid" BorderWidth="1px" SelBackColor="LightSteelBlue" BackColor="White" ForeColor="Black" SelForeColor="51, 51, 51" Version="2.00" BorderColor="Gainsboro">
<Columns>
<igtbl:UltraGridColumn
HeaderText="User Id" Key="User_Id" IsBound="True" BaseColumnName="User_Id">
<Footer
Key="User_Id"></Footer>
<Header Key="User_Id"
Caption="User ID"></Header>
</igtbl:UltraGridColumn>
<igtbl:UltraGridColumn
HeaderText="Logon Name" Key="Logon_Name" IsBound="True"
BaseColumnName="Logon_Name">
<Footer
Key="Logon_Name"></Footer>
<Header
Key="Logon_Name" Caption="Logon Name"></Header>
</igtbl:UltraGridColumn>
</Columns>
<DropDownLayout DropdownWidth="450px"
BorderCollapse="Separate" AllowColSizing="Free" RowHeightDefault="20px"
HeaderClickAction="Select"
RowSizing="Free" DropdownHeight="180px" TableLayout="Fixed"
AllowRowSizing="Free">
<RowStyle BorderWidth="1px"
Font-Size="8pt" Font-Names="Verdana" BorderColor="Gainsboro"
BorderStyle="Solid"
BackColor="White"
Height="18px">
<Padding Left="5px"
Right="5px"></Padding>
</RowStyle>
<SelectedRowStyle
ForeColor="White" BackColor="SteelBlue">
<Padding Left="5px"
Right="5px"></Padding>
</SelectedRowStyle>
<HeaderStyle
VerticalAlign="Middle" BorderWidth="1px" Font-Size="8pt" Font-Names="Verdana"
BorderColor="White"
BorderStyle="Solid"
HorizontalAlign="Left" BackColor="LightSteelBlue">
<Padding Left="3px"
Right="3px"></Padding>
</HeaderStyle>
<RowAlternateStyle
BackColor="#E0E0E0"></RowAlternateStyle>
<FrameStyle Width="450px"
Cursor="Default" BorderWidth="1px" Font-Size="8pt" Font-Names="Verdana"
BorderStyle="None"
BackColor="Gainsboro" Height="180px"></FrameStyle>
</DropDownLayout>
<ExpandEffects
ShadowColor="LightGray"></ExpandEffects>
</igcmbo:webcombo>

<asp:Button id="Button1" style="Z-INDEX: 101; LEFT: 152px; POSITION:
absolute; TOP: 56px" runat="server" Text="Button"></asp:Button>


I'm binding the Infragistic webCombo to a DataSet.

Plz help,
Thanks.
QuestionProblem relating to Image Upload on webserver Pin
nabeelkhan18-Aug-06 23:40
nabeelkhan18-Aug-06 23:40 
AnswerRe: Problem relating to Image Upload on webserver Pin
postmaster@programmingknowledge.com19-Aug-06 2:16
postmaster@programmingknowledge.com19-Aug-06 2:16 
QuestionObtaining the total rows of a gridview Pin
HRiazi18-Aug-06 22:35
HRiazi18-Aug-06 22:35 
AnswerRe: Obtaining the total rows of a gridview Pin
Jay_se18-Aug-06 22:45
Jay_se18-Aug-06 22:45 
GeneralRe: Obtaining the total rows of a gridview Pin
HRiazi19-Aug-06 1:01
HRiazi19-Aug-06 1:01 
GeneralThanks Hadi Pin
Jay_se20-Aug-06 18:25
Jay_se20-Aug-06 18:25 
Questionhelp wit dropdonwbox sql binding Pin
neodeaths18-Aug-06 22:22
neodeaths18-Aug-06 22:22 
AnswerRe: help wit dropdonwbox sql binding [modified] Pin
coolestCoder18-Aug-06 23:12
coolestCoder18-Aug-06 23:12 
AnswerRe: help wit dropdonwbox sql binding Pin
postmaster@programmingknowledge.com19-Aug-06 2:22
postmaster@programmingknowledge.com19-Aug-06 2:22 
GeneralRe: help wit dropdonwbox sql binding Pin
neodeaths19-Aug-06 8:39
neodeaths19-Aug-06 8:39 
QuestionCalling Java function on page load [modified] Pin
DineshSharma18-Aug-06 21:58
DineshSharma18-Aug-06 21:58 
AnswerRe: Calling Java function on page load Pin
Guffa18-Aug-06 22:44
Guffa18-Aug-06 22:44 
GeneralRe: Calling Java function on page load Pin
DineshSharma18-Aug-06 23:46
DineshSharma18-Aug-06 23:46 
QuestionProblem in athuntication on webserver Pin
nabeelkhan18-Aug-06 21:58
nabeelkhan18-Aug-06 21:58 
QuestionSetting Conrol page (.ascx) dynamicly. Pin
NaNg1524118-Aug-06 21:46
NaNg1524118-Aug-06 21:46 
QuestionProblem in using PreviousPage Property [modified] Pin
Jay_se18-Aug-06 21:27
Jay_se18-Aug-06 21:27 
AnswerRe: Problem in using PreviousPage Property Pin
minhpc_bk19-Aug-06 4:00
minhpc_bk19-Aug-06 4: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.