Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
HomeAnnouncementsFree MagazinesWhite PapersSubmit Content
Discussion GroupsASP.NETWindows FormsLanguages.NET FrameworkVisual Studio.NET
Articles.NET FrameworkASP.NETToolsWindows Forms
.NET DirectoryOpen Source ProjectsUser GroupsWeb Resources
Related Topics
Visual Basic 6SQL ServerMS AccessOther DB ProductsMS Server ProductsMore Topics ...

.NET Forum / ASP.NET / General / July 2007

Tip: Looking for answers? Try searching our database.

ThreadLast Post  Replies
Internet Explorer Developer Toolbar is not showing the input tag's value attribute29 Jul 2007 21:53 GMT1
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 ...
how to get the value of a field in a detailsview?29 Jul 2007 21:34 GMT4
I need the value of a field of a detailsview in DataBound event.
i can find the fieldname with this:
Dim a As DataControlField
a = DetailsView1.Fields(0)
ajax issue?29 Jul 2007 19:19 GMT1
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
textbod id changed automatically29 Jul 2007 17:38 GMT3
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
Missing header text and values for templatecolumn29 Jul 2007 13:16 GMT3
I use a datagrid with asp:templatecolumn, and handles the datagrid's
ItemDataBound event, whereby I assign a value to this asp:templatecolumn text.
e.Item.Cells[1].Text = e.Item.Cells[2].Text + e.Item.Cells[3].Text;
/* column index 2 and 3 are boundcolumn */
web server setup29 Jul 2007 10:51 GMT2
I have a server that will be running as a web server and a database server?
To get the best performance is it better to install the database and web
server on seperate physical hard drives? or it doesn't matter?
I have a total of 8 harddrives, what RAID setup should i choose?
Help with Gridview and templatefield column29 Jul 2007 05:44 GMT1
I have a gridview control that is showing 6 column. The first column is a
buttonfield, then there are three boundfield and two template field control.
I am creating all these column in the page load event and initializing the
itemtemplate of the template field in rowcreated event ...
VWD Express 2005 asp.net server vs IIS28 Jul 2007 23:25 GMT4
I am using Visual Web Developer Express 2005 to create some simple web
applications on a local network.  I would like IIS to fire instead of
asp.net development server so I can acheive the following:
Web application on PC 192.168.2.4
web services28 Jul 2007 21:43 GMT4
i need to check the availability of my web service....
how can i do that.
i dont want to call any of the methods present in web service to test
availability..
checkboxlist - determine checkbox that caused control to fire28 Jul 2007 18:32 GMT3
I have a CheckBoxList control which has about 10 items. I have set
autopostback=true and also set an eventhandler for OnSelectedIndexChanged.
The problem is I want to identify which checkbox item caused the event to
fire to perform some routines based upon the value of that ...
Viewstate and preserving data on postbacks28 Jul 2007 14:37 GMT1
I just want simply to preserve some data in my usercontrol on postbacks.
so I added this property in my UserControl
Protected Property MyProperty() As String
       Get
UpdatePanels refresh other UpdatePanels when UpdateMode is 'Condit28 Jul 2007 12:38 GMT1
Morning,
I've still got an issue with an AJAX enabled site.
I've a master page with two ContentPlaceholders.  I've then got a default
aspx page which contains several user controls I've written.  Each user
Strange event behavior with check boxes28 Jul 2007 12:30 GMT1
I've designed a gridview that contains a template field with an
unbound checkbox, allowing the user to select certain rows for further
action.
I am capturing the CheckedChanged event in order to set the grid's
Retrieving the Cellcontent of a GridView28 Jul 2007 11:58 GMT1
I have bound a DataTable to my GridView. The DataTable has 3 Columns and
 I display the Data with TemplateFields in my GridView. I have in the
first Column "LinkButton" - Field and in the other two Columns I have
"Label" - Fields!
What's Faster...Repeater or HTML Table28 Jul 2007 11:38 GMT3
Hey folks,
I've got a DataGrid that has gotten a little out of control and really
slow because of its complexity (bunch of Template Columns too).  For
performance reasons, I'm looking to change this.
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.