all groups > asp.net > december 2004 > threads for friday december 31
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
DataFormatString
Posted by Kenny at 12/31/2004 11:05:41 PM
Hi,
<asp:BoundColumn DataField="LongDescription" DataFormatString=...
Is it possible to use DataFormatString to truncate the Description display
in Datagrid? Or any suggestion??
It is a problem when the Description too long and affect the UI of the page.
Thanks,
Kenny
... more >>
Setting a Default Width and Height in WebCustomControl?
Posted by Lars Netzel at 12/31/2004 5:55:11 PM
How do I set default values to the "default" properties, like Width, height,
Visible, Backcolor... in a WebCustomControl that I'm developing?
Best Regards/
Lars
... more >>
Add icon to my ServerControl?
Posted by Lars Netzel at 12/31/2004 5:36:48 PM
How do I add an Icon to be compiled with my WebCustomControl I just built. I
want to have my own Icon when adding it to the toolbox.
Going into the properties in the project itself and then the Build header...
the icon seltor field is disabled.. why?
/Lars
... more >>
How to edit a Microsoft SQL database online?
Posted by Miguel Dias Moura at 12/31/2004 3:04:44 PM
Hello,
On a web site I manage I have a Microsoft SQL database.
As administrator I would like to easily edit, access, delete, add any
record in the database tables while the database is on the server where
I host my web site.
Is there any software to do this?
Something like Enterprise... more >>
How to call parameterized stored procedure to return result set?
Posted by Lacka at 12/31/2004 3:01:29 PM
Hi,
If I have a stored procedure in my database, that has two parameters (say @a
nvarchar(50) and @b int), and returns the result of a SELECT statement
(returns a result set), how can I set up the parameters, how can I call it,
and how can I iterate through the rows of the returned resultse... more >>
Is "Whidbey" going to de-skill developers ?
Posted by Fresh_Air_Rider NO[at]SPAM Hotmail.com at 12/31/2004 2:15:27 PM
Hi
I understand that ASP.net 2.0 (Whidbey) is going to reduce coding by
70%.
Surely this is going to de-skill or dumb down the developers task and
open up the task to less qualified and trained staff.
Tell me if I'm wrong.... more >>
Why uses dabase connection always ASPNET user?
Posted by Lacka at 12/31/2004 2:12:30 PM
Hi,
My connection string is
"server='(local)'; trusted_connection=true; database=Lexiko; user id=lexiko;
pwd=lexiko"
but at the line "dataAdapter.Fill(dataSet)" I get the error: Login failed
for user 'LSW2KP\ASPNET' until I create this user for the database.
Why do my application want ... more >>
Converting RGB to Hex?
Posted by Lars Netzel at 12/31/2004 12:16:10 PM
Hello!
I'm creating a servercontrol where you can set a Color property in the
design view. This is going into a STYLE attribut in the rendered HTML code
and I need to convert it to a HEX value... how do I do this?
The only thing I can find is the Color.ToArgb and that is not working for
... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
form field auto numbering with unique value
Posted by Chris at 12/31/2004 9:53:01 AM
Before I started to create table, etc to track unique form field record
number assigments I thought I'd check to see if there is now a better way to
do this in .NET.
I have a parent form (table) and children form (table). Relationship equals
one to many. I'd like to auto number the fields a... more >>
how to restore scrolling position of divs after postback without using smart navigation (--> mozilla compatible)
Posted by Ralf Müller at 12/31/2004 9:44:48 AM
any help appreciated
greetings, ralf
... more >>
a serious problem in adding value to a child form!!!!
Posted by Vadivel Kumar at 12/31/2004 6:11:07 AM
Hi,
Iam facing a problem in adding a value to a list box which is located in
parent window thru a child window. I made the listbox as HTML control and
the following is the code i have written in the child window to add a value
in it.
When i clicked the submit button of child window it t... more >>
Submitting IFrame in asp.net
Posted by Naim at 12/31/2004 4:01:04 AM
hi
I have this situation where I need to do some server side execution
without posting the page.
I used to do this in asp using IFrame, but it's not working in asp.net.
I had a form and iframe element in the web page as follow:
<form id=MainForm ....>
this is the form that the user se... more >>
Images not displaying in designer
Posted by TXIce at 12/31/2004 3:23:15 AM
Not sure if this is the right group...but I'm going to try here anyways. I
have a problem that is driving me absolutely crazy. I'm starting a new
ASP.Net web application and I'm trying to add an image web control. No
matter what I do...when I point the imageurl to the picture I want to
displa... more >>
How to use DataFormatString?
Posted by Kenny at 12/31/2004 2:52:49 AM
Hi,
Currently I am using the DataGrid Control. I am able to bind the data to the
column with DataField="HistoryInfo"
How am I going to format the data using DataFormatString so that it can be
display as
e.g. This data created by ...
It will be better if i can call a function from DataFor... more >>
|