all groups > asp.net > july 2007 > threads for sunday july 29
Filter by Day: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31
I would like to add a button that the user can click to execute query - fills gridView control
Posted by jonny at 7/29/2007 6:51:04 PM
How can I do this with ASP controls & VB.NET
On click of button run query to fill gridView.
... more >>
ASP Newbie -- Please Help!
Posted by tim at 7/29/2007 4:49:04 PM
Hi, I am going to start a webpage & the server help people told me it
should be in ASP script - I have NO CLUE what that means. I know there
are programs which help with the creation of a web site, are there any
that do it in ASP script, preferably any free ones? Is there anything
I should know ... more >>
Validation based on radio button selection
Posted by at 7/29/2007 4:29:12 PM
Hello,
I have a simple form with a radio button group on it and I need to do
some basic validation based upon which button is checked. Here is a
little more detail.
if button one is selected, then we want to do validation on textbox
control one and no validation on textbox two. If button ... more >>
textbod id changed automatically
Posted by Ganesh at 7/29/2007 4:27:00 PM
Hi There,
I've a master page, and the content place i'v a page which has a text box
name tbCity. I would like to use javascript to find out that was blank or
not.
When i look at the sourcecode th text box id was chagned to
ctl00_Main_tbCity
why is it like this.
Thanks
... more >>
Internet Explorer Developer Toolbar is not showing the input tag's value attribute
Posted by Nathan Sokalski at 7/29/2007 4:23:33 PM
I have a page that I created with ASP.NET which contains a RadioButtonList.
This obviously shows up as input tags in the generated page. When I was
looking at the page with the free Internet Explorer Developer Toolbar
utility, it showed me the id, type, and name attributes, but not the value
... more >>
GridView and a button (asp.net2)
Posted by pelegk1 at 7/29/2007 3:34:01 PM
1)how do i add a button to a grid view (in a column of its own)?
2)how do i change the text that appeaers on the button RowCreated Event ?
3)with which event can i change the text on the button when the button is
pressed and how?
thnaks i nadvance
peleg... more >>
[OT] Visual Studio Template files missing?
Posted by Rob at 7/29/2007 1:54:31 PM
Hi all,
My apologies for the OT-ness of this post but I kinda guessed that a
lot of people here would be using the above product for development
and hoped for a prompt response.
Here's the thing...I've using Visual Studio 2005 at home which I also
use at work, at work when I choose to Add N... more >>
ajax issue?
Posted by param NO[at]SPAM community.nospam at 7/29/2007 12:34:59 PM
Hi all,
I have an ascx UC that contains an update panel. When a button inside this
update panel is clicked, a partial page postback occurs, I do some
processing on the server side, and then I am calling
Page.ClientScript.RegisterStartupScript to run some javascript. However it
appears tha... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Go Back to Search Results Page
Posted by bendlam at 7/29/2007 2:02:40 AM
I have a page that contains search criteria and when you click on the
search button it causes a post back that populates a dataview on the
same page. One of the gridview columns contains a link that navigates
to a details page. When I try to go back to the search results page i
get "Page canno... more >>
|