all groups > asp.net > march 2006 > threads for saturday march 18
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: asp:Login and OnLoggingIn
Posted by R.A.M. at 3/18/2006 11:36:28 PM
I have a problem with logging in implementation in ASP.NET 2.0.
I decided to use asp:Login control (which is enough), but I cannot
find solution for handling logging in.
I have an .aspx:
<%@ Page Language="C#" AutoEventWireup="true"
CodeFile="Default.aspx.cs" Inherits="DefaultPage" %>
....
... more >>
GridView Control - limiting width and overflow
Posted by GregG at 3/18/2006 11:25:22 PM
Greetings,
I have been working with the new GridView control, and while figuring
out most of it's idiosyncrasies on my own, have stumbled upon a
problem I cannot seem to resolve.
We have table displayed in a GV control.
It allows for editing and selecting, etc.
Some of the fields are 60 ch... more >>
GridView newbie
Posted by Frank Rizzo at 3/18/2006 10:55:04 PM
Hello, I have a Gridview bound to a data source that has a query like this:
select Title, ID from TitleList
I just want to display one column. It should have a link in it that
goes something like this (if I were to create this link in c# code)
<a href="title.aspx?id=" + ID.ToString() + "... more >>
Configuration Error in Windows 2003.net Server
Posted by Paul King at 3/18/2006 10:47:18 PM
Dear all,
Im pulling my hair out on this one... I have recently purchased a new PC to
replace my existing server. My website, running on IIS6 was using ASP.net
pages sucessfully before I did the migration onto the new PC.
To cut a long story short, I keep on getting the error msg, "Confi... more >>
control caching based on value
Posted by Steve at 3/18/2006 10:36:27 PM
Hello. I'm trying to figure out how to cache a user control based on a given
value. Here's my scenario:
* I have 3 properties in a user control which I set programatically in my
aspx.vb page. I want to cache the control based on one of the properties.
It's called "Category"
* I get the c... more >>
How do I use the DefaultButton setting when using Master Pages?
Posted by dotnetjose NO[at]SPAM gmail.com at 3/18/2006 9:23:03 PM
Hi Folks,
My subject message pretty musch explains it. By Default the Form
definition sits at the Master Page file.
Is there a way I can access the setting from my Content Page that uses
a Master Page?
Thanks in advance.
Jose
... more >>
passing values to other page
Posted by Ganesh at 3/18/2006 9:22:19 PM
Hi there,
I'm new to .net just started with 2005 and asp.net 2.0, I'm passing control
values to other page to retrieve the data from data set based on the passing
values. It works fine. But when i click any field for sorting it looses the
values of previous form i guess so.
How can i do ... more >>
session mgmt - redirection
Posted by Fastau B at 3/18/2006 8:54:33 PM
I'd like to login at one subdomain
www.mywebsite.com
and be redirected based on login ID to a second subdomain
mydomain.mywebsite.com
can asp.net do this?
What is this called?
... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Page_Load Problem
Posted by Gary Coutts at 3/18/2006 8:27:28 PM
Hi,
I am generating a popup window for data entry using the javascript
window.open function:
window.open('ViewItem.aspx', Index, WindowSetUp) ;
I need to generate some controls dynamically in ViewItem.aspx, the type of
controls generated are dependant on Index.
I need to pass t... more >>
2.0: <asp:Image> click at server
Posted by R.A.M. at 3/18/2006 8:17:03 PM
Hello,
Could anyone help me to handle <asp:Image> click in behind code?
I have:
<asp:Image ID="DotNETImage" ImageUrl="Images/DotNET_360x280.jpeg"
AlternateText="Microsoft .NET version 2.0" Width="360" Height="280"
runat="server" />
which I need to handle when clicked. I tried:
protected... more >>
Page Load Phasing
Posted by Gary Coutts at 3/18/2006 8:13:51 PM
Hi,
I am generating a popup window for data entry using the javascript
window.open function:
window.open('ViewItem.aspx', Index, WindowSetUp) ;
I need to generate some controls dynamically in ViewItem.aspx, the type of
controls generated are dependant on Index.
I need to pass t... more >>
Building Web farm with ASP.NET 2.0
Posted by George Jordanov Ivanov at 3/18/2006 8:13:45 PM
Folks,
I am currently researching the possibilities to build up a Web farm based on
ASP.NET 2.0. However, I can't find good guides and HOWTOs regarding this. I
guess that there should be some load balancing infrastructure in front of
the Web server instances (running my Web application). Al... more >>
how to change assembly name ?
Posted by Jarod at 3/18/2006 7:43:39 PM
hey
In asp.net 2.0 I have assembly named App_Code ( like folder with classes ;)
How to change it ??? I don't see any options.
Jarod
... more >>
Does the datagrid have repeatdirection?
Posted by needin4mation NO[at]SPAM gmail.com at 3/18/2006 7:12:08 PM
I saw it in the datalist and could not find where it applied to
anything besides the datalist. I want my datagrid to scroll
horizontally a certain number like a datalist, but i want paging like a
datagrid. I don't suppose there is any easy way to make a datagrid
scroll horizontally is there? ... more >>
Two PC development environment
Posted by Gal Steinitz at 3/18/2006 3:55:28 PM
What is the correct way to set up a two PC development environment where one
PC (the main PC) runs IIS and Visual Studio 2005, and the 2nd PC runs SQL
Server 2000 ?
We ran into significant problems with security trying to set up this kind of
infrastructure.
We gave the ASPNET user an i... more >>
JavaScript error when using validators on SSL page w/ASP.NET 2.0
Posted by Ben Fidge at 3/18/2006 3:53:47 PM
Hi
I'm getting javascript errors when I use Validator controls on my checkout
page which runs under SSL. This is only happening on Windows 2003 server
though and not on my XP development machine.
The JavaScript error itself is not revealing much and therefore doesn't give
any real indica... more >>
Calling exe with parameter doesn't work....
Posted by christof at 3/18/2006 3:49:10 PM
I wish to use an exe file, it looks like this:
System.Diagnostics.Process mysqldump = new System.Diagnostics.Process();
mysqldump.StartInfo.FileName = @"C:\Program Files\MySQL\MySQL
Server 5.0\bin\mysqldump.exe";
Response.Write(File.Exists(mysqldump.StartInfo.FileName).ToStr... more >>
add server controls to the templates for the DataList control.
Posted by Jon Paal at 3/18/2006 2:39:03 PM
how do I load controls to the templates for the DataList control.
<asp:datalist id="dl1" runat="server" >
<ItemTemplate>
" how to load control(s) here ????"
</ItemTemplate>
</asp:datalist>
... more >>
Losing session variables
Posted by Inga2005 at 3/18/2006 2:01:53 PM
Hi!
I have developed a web application which is using localization files.
Once the user selects a different language then the original one the
session variables are lost after 7 seconds. Otherwise the session
variables are kept for 20 min as set in the web.config file. The
structure of my files... more >>
Accessing folders outside of ASP.Net website
Posted by bdtmike at 3/18/2006 12:09:15 PM
This is a dumb newbie questions:
I have an asp.net 2.0 website that needs to access a folder out on
another server. It needs to look at this folder and process files
which are uploaded by another program. What is the proper way to doing
this? Is it a virtual folder that I need?
Thanks in a... more >>
How to deploy a website developed on one server to a different server?
Posted by keithb at 3/18/2006 12:06:50 PM
What is the procedure for deploying an asp.net 2.0 web site to a new server,
with a different path?
Thanks,
Keith
... more >>
Error using ASP.NET Website Administration tool. Please help
Posted by keithb at 3/18/2006 11:56:13 AM
Can someone suggest a course of action? Thanks, Keith
Using the ASP.NET Website Administration tool to set up security, I get the
following error message:
An error was encountered. Please return to the previous page and try again.
The following message may help in diagnosing the problem:... more >>
Consuming RSS Feeds on My Site
Posted by DAL at 3/18/2006 11:35:32 AM
Question: How easy is it to have RSS feeds consumed on my site, and is there
any EASY (your dealing with a newbie) tutorials that explain how to write
the code. I am looking for a tutorial that holds my hand (or something close
to it) and gives me step by step instructions. Thank you in ad... more >>
Unable to cast object of type 'ASP.main_master' to type 'ASP.main_master'.
Posted by craigkenisston NO[at]SPAM hotmail.com at 3/18/2006 11:32:36 AM
Source File: c:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary
ASP.NET Files\mysite\00fde41c\efd931db\App_Web_msn3-rrs.8.cs Line: 0
I get this error randomly.
Some times, in the middle of the run, the application just start
throwing this kind of errors.
Some times It get fixed by clos... more >>
DataGrid and Icon
Posted by Pawel at 3/18/2006 11:19:24 AM
Hello
I've a problem with DataGrid and Icon.
Incons are in DataGrid's cells next to the other data.
And now. When i cklick this icon i want to change
icon without reload site. How to do this?
Below part of code.
'This code open showDoc.aspx site in other other Web Browser.
lb... more >>
Aps.NET Calendar control Background
Posted by Baren at 3/18/2006 8:00:27 AM
Hi! All
Can anyway we provide a backgroud image to ASP.NEt Calendar control??
Thanks in advance.
Regards,
Baren
... more >>
Toggle div part.
Posted by Edwin Knoppert at 3/18/2006 12:00:00 AM
How can i use the existing controls to get me a [+] which toggles a div
part?
I was trying the treeview but that one does not have itemtemplates.
I'm trying the get me a WYSWYG so i can edit the contents with VWD directly.
So no manual coding!
i can do that already.
I wan to (mis)use ex... more >>
When must set Credentials with webservice?
Posted by ad at 3/18/2006 12:00:00 AM
When we new a web Service, the default in IIS is Allow Anonymous and
Integrated Windows Authentication , we just use :
WebService.webClass myWC= new WebService.webClass();
and then we can access the WebService thought myWC
But I find some time it will fail with Access denid, and I must
must ... more >>
|