all groups > asp.net > january 2006 > threads for sunday january 22
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
Change the Text of ButtonColumn in a DataGrid
Posted by Ben at 1/22/2006 11:46:04 PM
Hi there,
I would like to change the text of the ButtonColumn after datagrid binding,
depending on the value of a certain field. (eg. Text="Details" for case 1,
Text="others' for case 2)
Is it possible to do so?
<asp:datagrid id="dgList" runat="server" Width="890" BorderStyle="None"... more >>
How to show combo box in GridView of ASP.Net 2005 ?
Posted by Luqman at 1/22/2006 10:49:32 PM
How to show combo box in GridView of ASP.Net 2005 ?
Best Regards,
Luqman
... more >>
Disable all controls in...
Posted by Edwin Knoppert at 1/22/2006 10:34:34 PM
I have a div which holds controls.
I'm looking for a way to disable all controls but *without* setting each
control enable state.
Same to style>display i'm looking for a disable method.
Do i need a container control for this?
... more >>
Date Picker Value
Posted by Seok Bee at 1/22/2006 10:16:02 PM
Dear Experts,
Currently I am creating a webform using sp.net 2.0. I would like to create a
date picker in my webform. I managed to create a a button to call-up the
calendar and using the Calendar control from the toolbox. I would like to
know how can I pass the value back to a textbox in my... more >>
Weird date problem!
Posted by Mark at 1/22/2006 6:10:15 PM
Hi, I have a date / time in the following format
1/25/2006 8:00:00 AM
When I do the following on my local server Convert.ToDateTime('1/25/2006
8:00:00 AM') I get 1/25/2006 8:00:00 AM which is fine..
However, when I upload the code to my server in the states and do the same
thing Convert... more >>
Multiple Paste
Posted by Thom Little at 1/22/2006 5:41:03 PM
I have a form with three textboxes.
In an external C# 2.0 application I need to load the clipboard with three
pieces of information so I can position to the first textbox in the forma
and select paste to paste into all three at the same time.
something like ...
one\ttwo\tthree or one\nt... more >>
Precompile.axd returns error 404
Posted by Shimon Sim at 1/22/2006 5:39:29 PM
I tried to use Precompile.axd to compile my site but got HTTP404 (The
resource cannot be found) instead. I am running ASP.NET Version:2.0.50727.42
..
Any suggestions?
Thank you,
Shimon.
... more >>
Forms Authentication
Posted by Øyvind Isaksen at 1/22/2006 5:39:05 PM
I'm using Forms Authentication for my users to login to a website.
It works good, but there are a couple of files that should not be password
protected (such as "forgot password").
My question is:
Is there possible to specify some files that should not be password
protected?
EX: the file "... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Javascript help
Posted by Tina at 1/22/2006 5:26:09 PM
I don't write much javascript so I was hoping to get some direction here on
how best to approach a problem.
I want to do a tab folder approach where maybe I have some image buttons
that look like folder tabs at the top that are client side buttons. For
each button I have a panel with diffe... more >>
URL Links in Master Page
Posted by Brett Baisley at 1/22/2006 4:11:48 PM
Hello,
I am having trouble figuring out URL's from my master page.
Here is my setup. I have a default.aspx and default.master file in the root
folder. I have an "images" folder with logos and css files in there. I also
have a "html" folder with more pages in there.
The default.aspx file... more >>
Uploading images to web server
Posted by Gavin at 1/22/2006 2:12:02 PM
I need some help, I need the code to allow people that visit my website to be
able to upload pictures to a file on my web server. I have been able to get
close, but not quite there yet.
Set fso = createobject("scripting.filesystemobject")
Set act = fso.CreateTextFile(server.mappath("test.jp... more >>
File Open and Save dialog poping up while opening PDF
Posted by Satya at 1/22/2006 1:25:18 PM
I am trying to display a PDF file (which I am being passed from a web
service as a binary stream) in a browser, but I am being prompted to
save the file instead. I don't want the user to be prompted; I just
want the PDF to be displayed. Here is the code:
Byte binaryData;
... more >>
Exception Hierarchy FAQ?
Posted by clintonG at 1/22/2006 12:28:14 PM
I was wondering if anybody has put together a FAQ documenting the hierarchy
of various exceptions? Trying to learn and remember which to include and
which order to process exceptions is not entertaining :-)
<%= Clinton Gallagher
... more >>
DetailsView edit and insert row widths
Posted by William LaMartin at 1/22/2006 12:01:40 PM
Is there a way to increase the width of the text boxes for the DetailsView
in edit or insert mode? When I put the control in either edit or insert
mode, the text boxes to type the new text are always much smaller than the
available space in the row.
... more >>
Can't send mail?
Posted by brett at 1/22/2006 11:51:19 AM
I'm getting this error when I try to send mail from my local machine:
The "SendUsing" configuration value is invalid.
Exception Details: System.Runtime.InteropServices.COMException: The
"SendUsing" configuration value is invalid
Here is the code I'm using:
string emailTo = "info@abc.com... more >>
Only allowing certain html tags
Posted by Aaron at 1/22/2006 5:07:35 AM
Hello,
I would like to limited what html tags are allowable in inputting into an
xml page. Just <a>,<b>,<i>,<font>, <li>, <ul> and <ol>. I am using VB 2005.
TIA
Aaron
... more >>
XML, where do I start?
Posted by ThunderMusic at 1/22/2006 12:26:17 AM
Hi,
I'm doing a custom web control. In this web control, I must load an xml file
and parse it to get all the items to add to the control. I will be a menu
bar, so I will have to find all the menubar items and their children, et al.
For the rendering logic, I have no problem, the problem appea... more >>
ASP.NET 2.0 and Firefox
Posted by Sönke Greve at 1/22/2006 12:12:31 AM
Hi,
does anyone know why the Firefoxbrowser requires local logindata when you
try to access a local asp.net 2.0 site?
Couldn't find anything in the Net.
... more >>
|