all groups > asp.net > october 2006 > threads for sunday october 15
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
data binding question
Posted by Rudderius at 10/15/2006 11:56:07 PM
hoi,
I have little problem with binding data to a form.
I have an object called GuestSpeaker which has a property 'Abstract'. I
would like to present the information on a form using the FormView
component.
The problem now is that de string Abstract can contain newline
characters but i... more >>
Newbie Question
Posted by Samuel Shulman at 10/15/2006 11:06:47 PM
Hi
I simply want to redirect some users to the standard 'You are not authorized
to view this page' page manually in the Load event of the page
How can I do that?
Samuel
... more >>
html question
Posted by Agnes at 10/15/2006 11:05:27 PM
I use repeater to show the content . there is a button to open the pdf.
How can I make the button located in the centre of cell ?
thanks a lot
<td>
<form action="download.aspx">
<input type="button"
value="<%#DataBinder.... more >>
How to bind data to DataGrid or Grid View
Posted by vineetbatta at 10/15/2006 11:05:01 PM
I have Custom Data class which stores data about single customer and then i
store that customer objects in arraylist as shown below.
Customer custdata = null; // Custom Data class for 1 customer data.
ArrayList ar = new ArrayList(); // To store more than one customer
object.
... more >>
Reliability of the Membership Classes
Posted by Samuel Shulman at 10/15/2006 10:08:07 PM
I tried implementing the login system based on the Membership classes
provided and I experienced some problems
Is it reliable enough and I should try to solve it or it is easier in the
long term to implement myself
Thank you,
Samuel
... more >>
one button - open all pdf
Posted by Agnes at 10/15/2006 5:05:44 PM
I got a web page
which show different document and let the user to download.
One document, one download button.
now i want to create a "D/L All" button to download all document by one
click.
How can i do that ?? thanks
... more >>
GridView RequiredFieldValidator Display
Posted by AG at 10/15/2006 3:17:05 PM
Below is code (slightly modified and converted to VB) that was provided to
me in response to another post. I am using it to demonstrate another
problem.
In order for paging and other features to work properly in a gridview,
viewstate must be enabled. So, in order to minimize the size of vie... more >>
Identify Palm or Blackberry
Posted by William LaMartin at 10/15/2006 3:16:05 PM
Does anyone have a method of determining if a visitor to a web page is using
a Palm or Blackberry mobile device?
With the code below, I can easily identify a Window CE, Pocket PC or Window
Mobile device, but am having trouble with the Palm.
My problem is that for those individuals I know w... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Using FormsAuthentication how do I find out if the user is logged in?
Posted by Jack at 10/15/2006 12:48:43 PM
Hello,
I have a web site where I have a secure folder. I use formsAuthentication
to secure the folder and it works fine, but I would like to change my menu
based on they have logged in and now have access to more info. I am using
master pages. I would like to know if they are logged in o... more >>
Realy weird Atlas licence: Is it free or not?
Posted by Justin Kadima at 10/15/2006 12:40:03 PM
For a couple of weeks we are researching on ASP.NET compatible Ajax
frameworks, in order to incorporate one of them in a commercial product that
we are going to launch(and sell) by the end of the year.
Of course one of those frameworks is Atlas. It's the most interesting one
actually of al... more >>
before authentication
Posted by Johannes at 10/15/2006 11:16:43 AM
Hello,
I have a site with a part that can only be accessed by users who are
logged in. I am displaying google ads there.
The problem is whenever the bot (Mediapartners-Google/2.1) tries to
access the page it is redirected to the login page. To optimize for
content related ads I like the bot... more >>
Display XML file
Posted by shapper at 10/15/2006 10:48:13 AM
Hello,
I am using a XSL file to transform a XML file.
Then I want to display the XML file in browser as XML type.
I am working on an Asp.Net 2.0 HTTP Generic Handler (.ashx).
My code is:
Public Sub ProcessRequest(ByVal context As HttpContext) Implements
IHttpHandler.ProcessRequest
... more >>
view state asp.net
Posted by hapion NO[at]SPAM yahoo.fr at 10/15/2006 8:20:42 AM
Hye
We have 2 web servers with load balancing activated (IIS 6.0 and
Win2003).
and sometime we have the error "The information is invalid or
corrupted".
Anyone has a solution knowing that the machine key was correct and
parameter "EnableViewStateMac" in
machine.config didn't solve... more >>
how to clear validation summary?
Posted by nmakhan NO[at]SPAM gmail.com at 10/15/2006 6:39:07 AM
I have a validation summary that I use soley for my Required Field
Validators. That works fine if I do things that way up to a point, if
by chance the
validation summary says "Date field required" then I edit the date and
input
an incorrect date, which I have a JavaScript validation for, tha... more >>
.dll handling in .net
Posted by unni at 10/15/2006 5:29:27 AM
Hi,
Im a beginner in .net.I want to know how to create .dll files in
..net and handle it.That is how to use dll files in an efficient way in
..net programming.
Unni
... more >>
Membership - how to reset password of another user
Posted by Lukas Kurka at 10/15/2006 12:47:02 AM
Hi,
I want to create user (admin) that will be able to reset other users
passwords stored in Membership database.
As far as I found out, there is method ResetPassword but you have to know
answer for password restore question... I just want to have user, who will
be able to reset passwords ... more >>
|