all groups > asp.net > august 2006 > threads for sunday august 13
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
User controls in DataList
Posted by Amil Hanish at 8/13/2006 11:40:54 PM
I want to create a bunch of like user controls and display them in a
DataList.
Does anyone have a GOOD example of how to do this?
I thought I had it...I added the user control to my <ItemTemplate>, created
an array of user controls in my code behind and set the DataSource and
called Data... more >>
number display question
Posted by philip at 8/13/2006 11:26:09 PM
hello, i am confused about the following aspx page, when the Submit
button is clicked, the page will append a number to Label1, but i am
wondering why the first row displays twice, would u please tell me? how
can i solve this problem? thanks.
number: 0
number: 0 <--- why display twice
num... more >>
Passing Data
Posted by Dot Net Daddy at 8/13/2006 10:27:54 PM
Hello,
I want to pass the Calendar.SelectedDate to another page. But I dont
want to do it with either in the QueryString or HiddenField. Is there
another approach you can come up?
Thanks in advance.
... more >>
70-551 exam
Posted by Patrick.O.Ige at 8/13/2006 10:22:18 PM
Hi guys,
Has anybody done the 70-551 MCPD exam its the Upgrade:MCAD skills to
MCPD Web developer?
How did it go?
... more >>
How to remove AJAX style postback when paging a gridview.
Posted by davidjgonzalez NO[at]SPAM gmail.com at 8/13/2006 8:56:34 PM
I have a GridView that has paging enabled. Each item (as defined in an
ItemTemplate) includes several controls which have operations i would
like to Atlas-enable. Everything is working well except when I page the
GridView (the paging controllers are in the gridview's footer). The
webpage doesnt ... more >>
Need basic help with classes
Posted by CarlosSanchezJr NO[at]SPAM gmail.com at 8/13/2006 7:44:42 PM
I have a User class that for example's sake looks something like this:
public class User
{
private int userId;
private string userName;
private string FirstName;
private string LastName;
public int UserId
{
get { return userId; }
set { userId = value; }
}
publ... more >>
Need Help Creating Web Pages Dynamically
Posted by Kristen at 8/13/2006 6:06:18 PM
I am using ASP.Net 2.0 and I need to create a web page on the fly based
on what information is in the database. The page is going to have
certain controls like text boxes and labels and buttons. I was
wondering what the best method is to carry this out. I was thinking
about using a class to g... more >>
Master Pages and Usercontrols - object reference not set
Posted by j-in-uk at 8/13/2006 5:37:24 PM
I have 3 pages Site.master, Album.aspx and ContinentsMenu.ascx.
Continents is a usercontrol placed in Albums. In Album.aspx.cs I need
to access a property from the Continents usercontrol and is done using
the code below. When I add masterpages to Album.aspx and remove all the
html tags I get the... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Club Starter Kit and MS Access? part II
Posted by Lero at 8/13/2006 5:15:42 PM
I know SQL server is the way to go but I feel rip by my ISP when they give
me 3Gb of storage without MS SQL Server support, unless I pay $15 dollars a
month more, on the other hand I can use Access with ODBC for free.
I'm trying to port my existing PHP website to ASP.NET. Since this website is
f... more >>
Contacts database using ADAM
Posted by Anthony at 8/13/2006 4:17:57 PM
I am looking for a ready-made contacts database, large scale, probably using
ADAM as the backend and asp.net as the front end. Does anyone know of such a
thing?
Thanks, Anthony
... more >>
Data Reader Now Rows
Posted by Jim Heavey at 8/13/2006 4:01:01 PM
I am new to SqlServer, have been using Oracle in a prior life.
I have written a very simple stored procedure in SQL Server and it (the
query) looks like the following...
Select AD_ID, First_Name, Last_Name, User_Type, Phone_Nbr, Email_Addr
From dbo.User_Tbl
Where UPPER(AD_ID) = UPPER(@AD_I... more >>
App_Code Class Help: good practice
Posted by sck10 at 8/13/2006 1:50:44 PM
Hello,
I created a class (public class General) with the following. My question
is, is this good practice to have a group of methods(?) in one class, or
should I have a separate class for each method? I'm not sure if this makes
sense, but can/should you put more than one class in a file (... more >>
Web Server Specifications for ASP.NET APP!
Posted by Freelancer_To-Go at 8/13/2006 1:39:09 PM
HI ALL!!
We are in the process of purchasing a new web server for an event we
are holding and was wondering if any of you guys know if there is some
sort of formula or guideline we should follow to help determine the
specifications of the server we will require.
The event held will server 3... more >>
ASP.NET Configuration tool missing from menu
Posted by gordonjones NO[at]SPAM iname.com at 8/13/2006 11:47:09 AM
I'm at a real stumbling block and need to get this fixed ASAP.
I've uploaded my club site files,
my DB is in SQL Server on the web host (webhost4life.com)... I ran
aspnet_regsql.exe against my Club DB on my local computer and then
loaded it into the SQL Server DB via a restore.
Now I need t... more >>
Gridview filter issue
Posted by WebBuilder451 at 8/13/2006 11:20:01 AM
I have a grid view with a filter based on a dropdown list. when i select a
page on the gridview the filter gets dropped. What is the correct way to
handle paging when using a filter?
asp.net 2.0 vb
--
thanks (as always)
some day i''m gona pay this forum back for all the help i''m getting
k... more >>
msn button
Posted by mensuur at 8/13/2006 10:41:01 AM
hi,
i was wondering how msn make their search button have that fade from light
to dark effect. i have tried adding an image like that to the background of
an asp:button and the image doesnt appear.
and if http://www.search.msn.com/ loads slowly the nice looking button with
the effect load... more >>
tooltip
Posted by mensuur at 8/13/2006 10:36:01 AM
hey,
this is rather a lousy question but i want to know anyhow.
when using IE sometimes tooltips are shadowed but rarely. most of the time
they are just a floating yellow box with no shadow. is there a property, CSS
or anything to permanently turn the shadow on on the tooltips?
--
mensuur... more >>
IIS and VS 2005 question
Posted by djc at 8/13/2006 9:41:44 AM
On windows xp pro sp2. I already have VS 2005 installed but currently I do
not have IIS installed. I was only playing with some command line programs.
Now I want to do some asp.net work. Considering IIS was not installed when
VS was installed what issues may I have installing IIS after VS? Wha... more >>
Get a single value from SQLDataSource
Posted by Dave at 8/13/2006 7:10:09 AM
Hi
I am using .NET 2 with c# and want to retrieve a single value from my
stored procedure.
I currently have the following code:
---------------------------------------------------------------------------------------------------------------------------------
ConnectionStringSettings connec... more >>
GetDayOfYear JulianCalendar System.globalization producing wrong julian date???
Posted by jason NO[at]SPAM cyberpine.com at 8/13/2006 6:23:51 AM
DOTNET 2.0 VS 2005.
My client is saying August 13,2006.. julian date should equal 225.
Here's what I'm doing:
<%@ Import Namespace="system.globalization" %>
<script language="VB" runat="server">
Sub page_load()
Dim dtt As Date
dtt = DateTime.Now
rr = ff... more >>
Repeater Item?
Posted by Arpan at 8/13/2006 2:08:11 AM
Assume that a Repeater control displays 2 columns in a HTML table (i.e.
using <tr><td> etc.) - Name & Phone no. All the items under the "Name"
column are LinkButtons. To retrieve the index of the item clicked, this
is what I did:
<script runat="server">
Sub ComItem(ByVal obj As Object, By... more >>
Disable FROM field from any mails
Posted by anurodh.harsh NO[at]SPAM gmail.com at 8/13/2006 1:51:40 AM
Hi all,
I need help from your side , i'm using outlook express and i want to
disable the FROM field from my mails, so noone can see my id .is it
possible in outlook express
pls reply me ASAP.
bye
... more >>
|