all groups > asp.net > april 2006 > threads for saturday april 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
changing font of textbox?
Posted by Peter Rilling at 4/29/2006 9:47:20 PM
I have controls on a page such as a textbox where I would like the font to
match the rest of the page. The CSS style applied to the <body> tag does
not seem to be used by the textbox. Can the textbox font be changed? Also,
same thing for buttons.
... more >>
POST data truncated in Internet Explorer 6
Posted by Ian Lotinsky at 4/29/2006 7:09:09 PM
I had a really weird bug recently. I had a drop-down user control that
would not fire the onselectedchange event server-side. After nearly
twenty hours of debugging, I finally setup a local proxy (WebScarab,
which rocks by the way) and noticed that IE was deciding not to POST
the key/value pair ... more >>
GridView binding - how to stop initial binding
Posted by Amit at 4/29/2006 5:32:23 PM
Hello,
I have a simple search screen, with two drop-downs and a text box. There's
also a GridView control that is using a SqlDataSource control to show the
matching results. The SqlDataSource uses the control values in its query as
parameters. Two questions:
1. When the Find button is clic... more >>
Best Use of Master Pages - dynamic content and event handling
Posted by LilC at 4/29/2006 5:12:56 PM
I'm creating an application that has a standard layout for all pages.
The information that is displayed in the layout will be dynamic based
on the user that is logged in. Thus when a page is browsed to, I need
to check to see if the user has logged in or not. Then if they have
logged in, I need ... more >>
Using Auto-Generate Fields with Gridview, how to set column alignment???
Posted by gwhite1 NO[at]SPAM kc.rr.com at 4/29/2006 2:50:55 PM
I am using the auto-generate fields option because my query can be
different based on what the user selects. But I would still like to set
the column alignment but I can;t seem to access the columns in code
after the data has loaded. Any ideas?
... more >>
DATAGRID PROBLEM
Posted by Savas Ates at 4/29/2006 2:32:07 PM
First When I Bind my datagrid It returns --Unisex-- value for my
GENDER_NAME field. When I click Edit , Write UNI to update UNÝSEX value and
Click Update button i catch
UPDATE TBL_GENDER SET GENDER_NAME='Unisex' WHERE GENDER_ID=1
with response.write ..
Why it doesnt return me current val... more >>
ASP.NET 2.0 Return Values
Posted by Kevin at 4/29/2006 2:15:25 PM
Have the following code to extract the ID of a member once a new member has
been inserted into the SQL 2005 Express database.
Dim myID As String = ""
Dim myConnString As String =
ConfigurationManager.ConnectionStrings("ConnectionString").ToString
Dim mySelectQuery As String = "SELECT IDENT_... more >>
Server.Transfer Question
Posted by Ranginald at 4/29/2006 1:56:46 PM
Is there a disadvantage to using the Server.Transfer technique -- eg.
vs. Response.Redirect?
Thanks
... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
IIS and Skype Conflict
Posted by Robert W. at 4/29/2006 11:27:01 AM
I've observed that everytime I reboot my computer, IIS will not start. I've
tracked this down to a conflict with the well known product, Skype. Shut off
Skype and I can start IIS.
I'm curious to find out if anyone knows what the conflict is between these
two pieces of software?
--
Ro... more >>
Un-Beveled Pull-Down Lists
Posted by Alex Maghen at 4/29/2006 7:08:01 AM
I don't seem to be able to do anything to change the border style of my
standard pull-down list controls on a page. I've messed with the Style
property, the Border-Style property, everything. Nothing seems to have any
effect. Any idea why? Is this even possible? All I want is to change it from... more >>
foreach ImageButton problem
Posted by Varangian at 4/29/2006 6:47:57 AM
Hello
how come foreach(ImageButton imgbtn in Page.Controls) doesn't work ?
whats wrong in that statement? what should I do? I need to go through
each ImageButton in the Page, without going through all the other
controls.
thanks
... more >>
Two way databinding using variable names
Posted by cab0san at 4/29/2006 6:21:56 AM
Is it possible to use a publicly scoped string vaiable as an argument
to the bind method?
A normal bind method works like this:
<asp:TextBox ID="TextBox1" runat="server" Text='<%# Bind("CustID")
%>'></asp:TextBox>
I get an error when I try this:
Public strCustIDFieldName as String="C... more >>
Preserving data within a whole application.
Posted by Omega at 4/29/2006 6:19:56 AM
I just recently recieved my full copy of Visual Studio 2005
(excited!!!), and have gone head first into writing my first
application.
Sadly, I've hit a design barrier.
>From what I can see, ASP.NET 2.0 has no facility that is instantiated
upon deploying an application - similar to servlets.... more >>
Problems Passing Parameter from web page 1 to web page 2.
Posted by Ranginald at 4/29/2006 5:58:49 AM
Hi,
I'm having trouble passing a parameter from my default.aspx page to my
default2.aspx page.
I have values from a query in a list box and the goal is to pass the
"catID" from default.aspx to a stored procedure on the details2.aspx
page.
I can successfully pass the values from the listb... more >>
Data conversion Error
Posted by Reggie at 4/29/2006 2:42:21 AM
Hi and TIA. I have a dataset that I fill from an Access table. Some
integer and date fields are null. I'm iterating through the records and
sending them to an SQL database table. The problem I'm having is I get an
error: (FormatException: Input string was not in a correct format.]) when it... more >>
How to clear Viewstate in aspx (or ascx) page
Posted by asgars at 4/29/2006 12:40:34 AM
hi friends,
i am having an aspx page. i want to clear its viewstate on a particular
condition.
Is that possible? If yes, how can i do so?
Plz help me.
... more >>
Website Images Broken
Posted by Jon B at 4/29/2006 12:00:00 AM
Hi There!
For some reasons, some images of my ASP.NET website are cannot be displayed
in the browser (even tho they exists on the server). They are just normal
JPG and PNG images and the website has been working fine before. I tried
re-upload the original files to the remote server but stil... more >>
Response.Redirect in v2
Posted by Mark Rae at 4/29/2006 12:00:00 AM
Hi,
I have a fairly simple site, the vast majority of which is available to
everyone on the public internet.
However, the site has one section which requires logon via the standard
username-password combination. The usernames and passwords are stored in
encrypted form in SQL Server 2000.... more >>
|