all groups > asp.net > august 2006 > threads for saturday august 5
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
ASP.NET 2.0 and connection to remote SQL 2000 server
Posted by Mitya Mitriev at 8/5/2006 11:06:09 PM
Hi
I created ASP.NET 2.0 web application that uses SQL Server 2000 database and
it works perfectly when website and Sql server were on local machine.
Then I installed application on production server. Database is placed on
another server.
I received the error:
An error has occurred while e... more >>
Disable a button on first click
Posted by Stuart Quinn at 8/5/2006 9:13:42 PM
Is there a way to disable a button to disallow a user to click on it more
than once?
Thanks!
... more >>
2.0: GridView with inserting rows?
Posted by RAM at 8/5/2006 6:50:14 PM
Hello,
Please help. I need in my grid view a possibility to add rows. Dou you know
a good solution of this problem?
Thank you very much!
/RAM/
... more >>
Weird Issues with SMTPClient
Posted by David Thole at 8/5/2006 6:47:34 PM
Hey all,
I'm still very new at all this, but am going through the ASP.net 2.0
unleashed book, first chapter and trying to program my own little form
emailer for fun. I tried following the code for their version in the
book to the best of my abiltiies, and came across issues, mostly that a ... more >>
Session timeouts and dynamic MasterPages
Posted by Mark Rae at 8/5/2006 10:55:47 AM
Hi,
I have a site which uses dynamic MasterPages. The selection of the
MasterPage to use is determined by an encrypted QueryString. Session_Start
looks for the presence of the QueryString, decrypts it, and sets up a
Session variable holding the name of the MasterPage to use. The contents
... more >>
bound password field is blank?
Posted by WebBuilder451 at 8/5/2006 10:32:01 AM
why is the password field blank in dot.net 2.0? and how can i get it to mask?
--
thanks (as always)
some day i''m gona pay this forum back for all the help i''m getting
kes... more >>
software thuriam
Posted by software.datagrep NO[at]SPAM gmail.com at 8/5/2006 7:37:16 AM
Thuriam Software Services
>From solution design and offshore software development to outsourcing
application support and improvement, Thuriam's offers a compelling
alternative to minimize software development costs, and improve the
quality of your software solutions and compress software devel... more >>
Can i access client side device under web for
Posted by vishnu.baroda NO[at]SPAM gmail.com at 8/5/2006 7:33:10 AM
Hi,
I have one problem is that, I generated one code on web page using in
session variable, now i want this code to be in device connected to
client Pc, can i do this ? how ?
... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Finding Row
Posted by Barry at 8/5/2006 6:57:17 AM
Hi
I have created a Table and programmatically added rows with Cell , having
TextBox, DropDown Controls and Buttons on each row.
Question is, How do i know which button or Dropdown triggered the PostBack
TIA
Barry
... more >>
GridView Questions
Posted by Chris Davoli at 8/5/2006 3:15:01 AM
I've got two questions on how to do things in the new GridView. I'm used to
the DataGrid in ASP 1.1, so I need the equavalent in ASP 2.0 Gridview.
1.) What is the equavalent for Item Command event in GridView? I thought it
would be RowCommand, but I can't get that event to fire with a check b... more >>
How to call Macromedia flash player in asp.net
Posted by Santosh at 8/5/2006 3:00:02 AM
Dear all i am created one animated image in Macromedia flash player i
want to call it from asp.net page. how i can call it. help greatly
apreciated.
Santosh Shinde.
... more >>
Public string
Posted by Aussie Rules at 8/5/2006 12:00:00 AM
Hi,
THe following code (in c# has been provided to me as an answer in another
question).. however I can work out where to place the code.
I need a public string so that i can access a string value in the HTML
source of a page..
The public sting is below.. So this go in a class file? the... more >>
Where culture?
Posted by odwrotnie at 8/5/2006 12:00:00 AM
Hi,
where should I give Culture=3D"..." that ALL my pages have the same?
I dont want to paste it in every aspx file :).
Thanks!
-- =
Best regards,
Odwrotnie.... more >>
Can we set theme in MasterPage
Posted by ad at 8/5/2006 12:00:00 AM
We can set Theme in a web page.
Could we set theme in MasterPage?
... more >>
Page_PreInit no execute in MasterPage
Posted by ad at 8/5/2006 12:00:00 AM
Hi,
I have set the this.Page.Theme in a MasterPage, but it no affect.
I have set break point at this line, but it never execute.
void Page_PreInit(object sender, System.EventArgs args)
{
this.Page.Theme = "Web";
}
Why?
... more >>
|