Click here to Skip to main content
15,898,020 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionDataGridView with AJAX Modal popup extender Pin
cocoonwls17-Jun-09 17:32
cocoonwls17-Jun-09 17:32 
QuestionGridview onchange Pin
Peterson Luiz17-Jun-09 15:24
Peterson Luiz17-Jun-09 15:24 
AnswerRe: Gridview onchange Pin
Xmen Real 17-Jun-09 15:33
professional Xmen Real 17-Jun-09 15:33 
GeneralRe: Gridview onchange Pin
Peterson Luiz17-Jun-09 15:38
Peterson Luiz17-Jun-09 15:38 
AnswerRe: Gridview onchange Pin
Xmen Real 17-Jun-09 16:54
professional Xmen Real 17-Jun-09 16:54 
GeneralRe: Gridview onchange Pin
Peterson Luiz17-Jun-09 17:02
Peterson Luiz17-Jun-09 17:02 
GeneralRe: Gridview onchange Pin
Xmen Real 17-Jun-09 17:11
professional Xmen Real 17-Jun-09 17:11 
QuestionASP.net web controls Pin
mahichandu17-Jun-09 10:07
mahichandu17-Jun-09 10:07 
Hi ..
am getting error like this..can anyone help..in my pageload there is no errors ..only 1 error from aspx page
Error:does not contain a definition for 'ddlYear_SelcetedIndexChanged'
<%@ Register TagPrefix="users" TagName="YearDropdownList" Src="~/UserControls/YearListBox1.ascx" %>

.aspx
<td width="80" align="left"><users:YearDropdownList ID="ddlYear" runat="server" ToolTip="Select a Year" OnSelectedIndexChanged="ddlYear_SelcetedIndexChanged" /></td>

.aspx.cs
<asp:DropDownList ID="ddlYear" runat="server" Enabled="true" Width="75px" AutoPostBack="true" CssClass="dropdown" ToolTip="Select a Year." OnSelectedIndexChanged="ddlYear_SelectedIndexChanged" />

pageload:
protected void dd1Year_SelectedIndexChanged(Object sender, EventArgs e)
{
//callling string from my user control
sYear = ddlYear.SelectedValue.Trim();
}

AnswerRe: ASP.net web controls Pin
Christian Graus17-Jun-09 11:03
protectorChristian Graus17-Jun-09 11:03 
GeneralRe: ASP.net web controls Pin
mahichandu17-Jun-09 11:33
mahichandu17-Jun-09 11:33 
GeneralRe: ASP.net web controls Pin
Christian Graus17-Jun-09 13:28
protectorChristian Graus17-Jun-09 13:28 
AnswerRe: ASP.net web controls Pin
DoctorMick17-Jun-09 23:21
DoctorMick17-Jun-09 23:21 
Question??Ajax Pop-up Window?? Pin
CSharpBeginner17-Jun-09 9:15
CSharpBeginner17-Jun-09 9:15 
AnswerRe: ??Ajax Pop-up Window?? Pin
Christian Graus17-Jun-09 11:28
protectorChristian Graus17-Jun-09 11:28 
GeneralRe: ??Ajax Pop-up Window?? Pin
CSharpBeginner17-Jun-09 15:22
CSharpBeginner17-Jun-09 15:22 
GeneralRe: ??Ajax Pop-up Window?? Pin
Christian Graus17-Jun-09 16:01
protectorChristian Graus17-Jun-09 16:01 
QuestionHow can I pass a asp.net text box value to an input text box name txtSearch2 Pin
HistoricalSocietyMember17-Jun-09 8:44
HistoricalSocietyMember17-Jun-09 8:44 
AnswerRe: How can I pass a asp.net text box value to an input text box name txtSearch2 Pin
Christian Graus17-Jun-09 11:04
protectorChristian Graus17-Jun-09 11:04 
GeneralRe: How can I pass a asp.net text box value to an input text box name txtSearch2 Pin
HistoricalSocietyMember17-Jun-09 11:48
HistoricalSocietyMember17-Jun-09 11:48 
GeneralRe: How can I pass a asp.net text box value to an input text box name txtSearch2 Pin
Christian Graus17-Jun-09 13:30
protectorChristian Graus17-Jun-09 13:30 
GeneralRe: How can I pass a asp.net text box value to an input text box name txtSearch2 Pin
HistoricalSocietyMember18-Jun-09 4:56
HistoricalSocietyMember18-Jun-09 4:56 
QuestionHIde Image links from public Pin
Ricardo Luceac17-Jun-09 7:50
Ricardo Luceac17-Jun-09 7:50 
AnswerRe: HIde Image links from public Pin
Christian Graus17-Jun-09 11:05
protectorChristian Graus17-Jun-09 11:05 
QuestionSimple Sample Web Project Pin
Dave Clark QED17-Jun-09 6:38
Dave Clark QED17-Jun-09 6:38 
AnswerRe: Simple Sample Web Project Pin
led mike17-Jun-09 7:18
led mike17-Jun-09 7:18 

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.