all groups > asp.net > december 2003 > threads for saturday december 27
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:button(IIS 6)
Posted by Jeremy Pederson at 12/27/2003 10:44:30 PM
for some reason the only asp html control that works is
asp:label....everything else when loaded in explorer says
there is an application error(i.e <asp:textbox ID='txt1'
RUNAT='Server'>)....i cant figured out what it is....i am
sure its something really easy that i am just over
looking...... more >>
Datalist in User Control and Dynamic Load it.
Posted by Yan Wang at 12/27/2003 10:07:20 PM
Hi!:
I encounter this problem when I do some tests:
I have one user control with datalist in it. The ID for
datalist is "dlTest". Then in this control code behind class, I
declare a protected attribute like "DataList dlTest"
Then I create a test asp page to load my control dynamically.
by us... more >>
Reference to files in SQL database Web App
Posted by grzybek at 12/27/2003 9:29:08 PM
Hi,
I have question about techniques of using files
in SQL Server in Web Application.
Assuming that I send files from my Web App ( client )
to server and located these files on hard disk ( on server ),
I'd like to view these files and I want to have possibilities
to open it.
How can I do it ?... more >>
Prevent "back" functionality
Posted by Barry Fitzgerald at 12/27/2003 6:27:40 PM
I have a site that requires a large number of pages to complete the entry of
all the information. The information collected also varies depending on some
of the data entered. I would like to prevent the back button from working.
Can that be done? Can I prevent a page from displaying when the ba... more >>
About TextMode = Password
Posted by Ather Ali Shaikh at 12/27/2003 3:28:23 PM
Hello
I have a control TextBox with TextMode = Password fine.
I am suppose to save LoginID and Password in a cookie fine.
But when I read the cookie and display the key/values of the LoginID and
Password
then the Password field box is not showing the masked chars. nor display any
thing. but ... more >>
default button and enter
Posted by Anton ml. Vaheie at 12/27/2003 2:04:47 PM
Hi,
Can somebody tell me how to convince explorer that my "button" will be
pressed when I press Enter - in other words that it will be default button.
Just like in windows forms. I use web form button.
Thanks,
Anton
... more >>
Passing windows credentials from server to server.
Posted by Wade Wegner at 12/27/2003 11:24:45 AM
Hello,
I have been desperately trying to programmatically authenticate a windows
user, create their credentials, and then redirect them to a different server
while passing the credentials at the same time so that they don't have to
login again.
Specifically, I have two webservers in the sam... more >>
Database binding
Posted by Maziar Aflatoun at 12/27/2003 8:53:24 AM
Hi,
Is there a way to modify the data in a datagrid that is read from a database
before displaying it? For example, I have a field 'RecType' with can be
either 0 or 1 where 0 is for normal user and 1 for administrator. However,
when I want to display this in my datagrid I like to display 'Nor... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Sessions lost with new assembly
Posted by RossT at 12/27/2003 8:41:39 AM
I have a 24x7 asp.net site for a client in the survey
business. This runs on a single web server and we use
InProc as the session choice. Authentication is required
for all users.
I'm running into a problem when I upload a new version of
the assembly/dll. All users that are logged on lose... more >>
Invalid object name problem
Posted by Frank Py at 12/27/2003 7:09:57 AM
I'm getting the following error when trying an example app:
Invalid object name 'Products'.
Exception Details: System.Data.SqlClient.SqlException: Invalid object
name 'Products'.
Line 22: myCommand.Fill(ds)
Help appreciated. Thanks - Frank
<code>
<%@ Page Language="VB" autoeventwir... more >>
Serialization of DataView
Posted by Shyam Remella at 12/27/2003 6:16:05 AM
Hi
What is the best way to serialize Dataview object?
Where we can find the best implementation for the same
Thank
... more >>
Using controls across multiple virtual directories
Posted by Paul Hodgson at 12/27/2003 3:51:35 AM
Is there any easy way to have .ascx controls used by pages in different
virtual directories?
My situation is that I have some pages that need to be accessed using SSL -
so I've put these pages in a separate virtual directory that is set up in
IIS to require secure access. Trouble is however th... more >>
I keep getting this error. pl help
Posted by junkone NO[at]SPAM sympatico.ca at 12/27/2003 3:04:56 AM
I get the following error. Ihave no idea why? Pl help
Server Error in '/WebApplication1' Application.
--------------------------------------------------------------------------------
Compilation Error
Description: An error occurred during the compilation of a resource
required to service thi... more >>
Problem when inserting Data using Arabic or Farsi Language
Posted by Fahad at 12/27/2003 1:55:58 AM
I have a web forms that I insert data in database using
arabic and Farsi language. The problem is when I insert a
record, A record is added but I get blank fields in the
columns. When I insert a record using English language,
everything is okay.
It is a language problem. Is there anyway I... more >>
Auto mailer
Posted by sunil159 NO[at]SPAM yahoo.com at 12/27/2003 12:26:57 AM
Hi,
i am trying to send an automated mail at a particular time of the day
from the web site. below is the code i tried. but the mail is not
sent.
Can anyone throw some light on the issue.
Thanks.
Sub Application_Start(ByVal sender As Object, ByVal e As EventArgs)
' Fires wh... more >>
www.mysite.com/55555555555
Posted by Tucho at 12/27/2003 12:10:07 AM
Hi all,
I'd like the people to go to www.mysite.com/55555555555 where 5555555555 is
their phone number.
How can I use this syntax, read the querystring or servervariables or
whatever and make a decision based on
the number?
Any help, will be really apreciated
Thanks
E
... more >>
|