arrange items in asp.net radiobutton list

Category: ASP.NET Questions, Dot Net Questions, Latest Questions, Latest Topics    |    0 views    |    Add a Comment

 Hi All,

I have a asp.net  radiobutton list control to which i am binding the list items from the database.

the values retreived are

1. Full View

2. Masked view

3. Semi Masked view

I want Masked view to be displayed first and selected rather than the current full view. How can i arrange this lik this?

Thanks

Share/Save/Bookmark

 

Ajax is not working on application server

Category: ASP.NET Questions, Dot Net Questions, Latest Questions, Latest Topics    |    0 views    |    Add a Comment

Hi guys,

 I am using asp.net Ajax extensions on my web application, it worked fine while debugging but when i implemented my application through IIS it didnt work as i want…

It keeps refreshing as if there is no Ajax tools what so ever…

I tried doing ajax application using javascript (without Ajax extension tools) and worked fine in both debugging and IIS.

What seems the problem?  is there something missing in my web.config that i need to configure?

Thanks

Share/Save/Bookmark

 

Newbie Event Handler question

Category: ASP.NET Questions, Dot Net Questions, Latest Questions, Latest Topics    |    0 views    |    Add a Comment

I'm just learning this stuff after years writing desktop apps, so I've made a "control-o-rama" .aspx page in Visual Studio including a button and a textbox, each with their own handler, just to learn it.    But when I hit enter in the textbox its handler gets called and THEN the button handler gets called even though I never clicked the button!   What's up with that - why is the button's OnClick handler being called? 

 

Here's the relevant part of the .aspx code

. . .

  <asp:TextBox ID="TextBox1" runat="server" OnTextChanged="TextBox1_TextChanged"></asp:TextBox>&nbsp;<br />

  <asp:Button ID="Button1" runat="server" Text="Button" Width="86px" OnClick="Button1_Click" OnClientClick="OnClientClick" />

. . .

 Thanks in advance!

 

 

Share/Save/Bookmark

 

Form Controls Display Differently Upon Refresh

Category: ASP.NET Questions, Dot Net Questions, Latest Questions, Latest Topics    |    0 views    |    Add a Comment

Hi,

 

I'm having an issue where, if I refresh a page, the elements on that page display differently than they did the time before. Here is an example:

Here is what it is supposed to look like:

 

And here is what it looks like occasionally when I refresh:

 

If you'd like to see this in action, go to http://www.sentimentalweddings.com/categories/category.aspx?cat=ForHer

 

Any ideas as to what might be causing this?

 

Thanks,

Brian

Share/Save/Bookmark