all groups > asp.net > december 2005 > threads for sunday december 25
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
HtmlInputRadioButton Inside a Datalist
Posted by Sourav Dutta Gupta at 12/25/2005 10:46:02 PM
I am having some problem regarding radiobutton inside a datalist. I want to
have a radiobutton on each row of my datalist. I want to check a particular
button, all the other would remain unchecked. Also I want to get the checked
value from my code behind.
I have tried with the following cod... more >>
How to get @@Identity value using ADO.NET and ASP.NET
Posted by Dsquare at 12/25/2005 8:59:09 PM
CREATE PROCEDURE sp_InsertMaterial
@MatEngName nvarchar(100),@MatJapName nvarchar(500),@Comments
nvarchar(500),@ImagePath nvarchar(100),@ImageStatus
nvarchar(50),@AddedDate datetime
AS
INSERT INTO
MaterialMaster(MaterialEngName,MaterialJapName,Comments,ImagePath,ImageStatus,AddedDate)
... more >>
Frontpage Extension server
Posted by B at 12/25/2005 7:13:02 PM
Hello there,
When I start visual stdio and open any web project then front page
extension server starts.
Can anybody please tell what is frontpage extension server?
How it works?
Can I use to upload or develop site on remote machine?
B
... more >>
How to display hyperlinks from database?
Posted by Bishoy George at 12/25/2005 7:01:17 PM
I have a database table with many columns:
ItemID , ItemName , ItemLink , ItemSize
I want to display items through a datagrid or whatever in the way that the
ItemName is written and has the ItemLink as its hyperlink.
Any help...
... more >>
Dynamically loading a resource string
Posted by theintrepidfox NO[at]SPAM hotmail.com at 12/25/2005 6:59:20 PM
Dear Group
I'd be grateful if one of you can help me out with the following.
I'd like to load a resource string dynamically e.g.
Resources.Default.aspx.mnuNavigation1 should load the corresponding
string. The enumerator of the resource string to load is a row ID in a
database e.g. 1,2,3 etc... more >>
Help : Problem in JavaScript
Posted by noor at 12/25/2005 6:01:06 PM
Hi,
I'm trying to access Session through java script but its result is
negetive.
Kindly guid my how can i access session using javascript. plus after
accessing it I need to check if that session veriable let suppose
(session("FLAG")) contain "ok" then it will change the "class" of a html
lin... more >>
aspx-files in subdirectories
Posted by Andreas Zita at 12/25/2005 12:41:45 PM
Hi
I have a asp-application with a root-subfolder containing aspx-files. When
first starting the app by requesting one of these subdir-aspxfiles the app
won't run at all. It stops working until I restart the app and request a
root-aspx-file as the first request.
Is it not possible to hav... more >>
help about download script
Posted by wakun NO[at]SPAM wakun.com at 12/25/2005 9:21:22 AM
Hi there,
I wonder if any script can record the download times of a specific
file. Thanks in advance.
... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
the mystery of a default button
Posted by jonefer at 12/25/2005 1:05:02 AM
This is quite serious - for a beginner...
No property setting for a default button? I just want a button on a search
page to automatically be pressed when I hit the return/enter key.
Somehow I did it with one of my 2 buttons, (but I don't know how)
one of the buttons (cmdClear) decided on it... more >>
|