Click here to Skip to main content
15,920,596 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: Java script in client level Pin
Shameel20-May-11 1:34
professionalShameel20-May-11 1:34 
Questionremove blank space in page footer in crystal report Pin
Athira.G.Krishnan19-May-11 20:05
Athira.G.Krishnan19-May-11 20:05 
AnswerRe: remove blank space in page footer in crystal report Pin
Shameel20-May-11 1:35
professionalShameel20-May-11 1:35 
GeneralRe: remove blank space in page footer in crystal report Pin
Thanusree Duth27-May-11 22:38
Thanusree Duth27-May-11 22:38 
Questionweb method in window application Pin
Tripathi Swati19-May-11 17:00
Tripathi Swati19-May-11 17:00 
AnswerRe: web method in window application Pin
Shameel20-May-11 1:38
professionalShameel20-May-11 1:38 
QuestionEdit in ObjecDataSource Pin
miho77719-May-11 11:48
miho77719-May-11 11:48 
AnswerRe: Edit in ObjecDataSource Pin
scy27875351719-May-11 23:08
scy27875351719-May-11 23:08 
Questionvb to vb.net using visual studio Pin
Ramkumar_S19-May-11 1:39
Ramkumar_S19-May-11 1:39 
AnswerRe: vb to vb.net using visual studio Pin
Keith Barrow19-May-11 2:40
professionalKeith Barrow19-May-11 2:40 
AnswerRe: vb to vb.net using visual studio Pin
Not Active19-May-11 6:36
mentorNot Active19-May-11 6:36 
AnswerRe: vb to vb.net using visual studio Pin
Dalek Dave19-May-11 7:00
professionalDalek Dave19-May-11 7:00 
QuestionASP.NET - Is our website brain damaged or genius? Pin
Keith Barrow18-May-11 22:15
professionalKeith Barrow18-May-11 22:15 
AnswerRe: ASP.NET - Is our website brain damaged or genius? Pin
AspDotNetDev19-May-11 8:31
protectorAspDotNetDev19-May-11 8:31 
GeneralRe: ASP.NET - Is our website brain damaged or genius? Pin
Keith Barrow19-May-11 10:16
professionalKeith Barrow19-May-11 10:16 
QuestionAnchor Tag In Code Behind Pin
Sanket.Patil18-May-11 1:28
Sanket.Patil18-May-11 1:28 
Hi All,

I am developing one website. In That I want to call a popup window on dropdown_selectedIndexChaged.

If I put That DropDown in an Anchor tag The Window Opens As Soon As I Click On DropDown Which I Dont Want.

I Want that Popup Should Open After Selecting The Value Of That DropDown.

So Please Help Me To Solve My Problem.

And is there any way to write Anchor Tag in code behind and Call It On dropdown_selectedIndexChaged To Open A Popup.

My Anchor tag Is Like This :

<a id="AA1" runat="server" class="thickbox" title="" href="InventoryQty.aspx?action=add&TB_iframe=true&height=420&width=700">
         <asp:DropDownList ID="InsertDDLItem1" runat="server"
                             AppendDataBoundItems="true"
                             DataTextField="ItemName"
                             DataValueField="ItemID"
                             AutoPostBack="true"
                             OnSelectedIndexChanged="InsertDDLItem1_SelectedIndexChanged" Width="280px">
             <asp:ListItem Selected="True" Value="0">Select ITem Type</asp:ListItem>
         </asp:DropDownList>
         </a>


Please Help Me To Solve My Problem.

Thanks & Regards

Sanket Patil Smile | :) Smile | :)
.

AnswerRe: Anchor Tag In Code Behind Pin
Not Active18-May-11 2:24
mentorNot Active18-May-11 2:24 
AnswerRe: Anchor Tag In Code Behind Pin
AspDotNetDev18-May-11 5:42
protectorAspDotNetDev18-May-11 5:42 
AnswerRe: Anchor Tag In Code Behind Pin
scy27875351719-May-11 23:14
scy27875351719-May-11 23:14 
Questiontotal in footer Pin
Ramkumar_S17-May-11 20:20
Ramkumar_S17-May-11 20:20 
AnswerRe: total in footer Pin
thatraja17-May-11 20:31
professionalthatraja17-May-11 20:31 
QuestionRemoving items from a RadioButtonList Pin
JTRizos17-May-11 9:19
JTRizos17-May-11 9:19 
AnswerRe: Removing items from a RadioButtonList Pin
David Mujica17-May-11 10:54
David Mujica17-May-11 10:54 
GeneralRe: Removing items from a RadioButtonList Pin
JTRizos18-May-11 6:59
JTRizos18-May-11 6:59 
QuestionShow contact page without refreshing master page Pin
Bhim Prakash Singh17-May-11 4:30
Bhim Prakash Singh17-May-11 4:30 

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.