all groups > asp.net > august 2007 > threads for saturday august 11
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
problem with populating a dropdownlist in editTemplate of detailsview
Posted by Jan at 8/11/2007 11:02:22 PM
Hi,
i defined a dropdownlist in an EditTemplate of a detailsview like this:
<EditItemTemplate>
<asp:DropDownList ID="drop1" runat="server"></asp:DropDownList>
</EditItemTemplate>
I want to populate it in code-behind; i tried this:
Protected Sub DetailsView1_ItemCreated(ByVal sender As ... more >>
basic form question - two forms one page. ??
Posted by Aussie Rules at 8/11/2007 10:51:01 PM
Hi,
I have an asp.net 2.0 page that has two sections. Each section allows the
user to enter a value into a text box, click a button and then perform some
function. Each text boxes function is different to the other and takes the
user to a different part of the web site after doing some SQL ... more >>
Thread Safety?
Posted by carlos at 8/11/2007 7:58:46 PM
The first application I wrote using asp.net started off rather small,
and as a result, the design of the application took a "Rapid
Application Development" type of approach. By this I mean that it was
simply built using a simple 3 tier architecture, where the interface
was created using css and ... more >>
DataImageUrlField in DetailsView
Posted by GaryDean at 8/11/2007 4:59:40 PM
(This issue has already been posted by one of our developers (Tina) but I am
reposting
it because it's urgent and I have the MSDN subscription so we are guessing I
may
be more likely to get a response)
I can't get an image to show in a DetailsView. I am trying both an
ImageField and a tem... more >>
GridView and canceling a link
Posted by pelegk1 at 8/11/2007 4:00:00 PM
i have a GridView with a column :
<asp:HyperLinkField HeaderText="Package Id" DataTextField="id"
DataNavigateUrlFields="id"
DataNavigateUrlFormatString ="Packages.aspx?id={0}"
SortExpression="id"
>
<ItemStyle HorizontalAlign="... more >>
Breakpoints are ignored!!
Posted by Vicente_GarcĂa at 8/11/2007 3:20:47 PM
hi,
I am working with Windows Vista Ultimate and Visual Studio .NET 2005, I
created an ASP.NET Web site and I only have added a breakpoint to test it
but the breakpoint are ignored. I am working in debug mode as well. Any one
has any ideas?
Thanks in advance
Vicente.
... more >>
Doubt passing values
Posted by Paulo Roberto at 8/11/2007 1:55:04 PM
Hi, Im using VS 2005 C# 2.0 and I need to open a new window, using
JavaScript and pass some values...
How can I do that not using the get method QueryString
(file.aspx?name=something)... ???
Some alternatives ? Is it possible to be done ?
Thanks !
... more >>
global class (simple question!)
Posted by ma at 8/11/2007 1:43:34 PM
Hello,
I want to create a global class. To do this I did the followings:
1- Create a class name test. It has a public variable named mystring.
public class test
{
public string mystring = "hello world";
}
2- Create a global.asax and its coresponding global.asax.cs ( i did it usin... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
ASP.NET website for 1 million hits per day
Posted by Hemant at 8/11/2007 11:40:58 AM
I want to make a site that can take up to 1 million hits per day.
My site contains dynamic pages. I need to connect LDAP and IMAP
server. There is no other database connection.
For that I have following questions.
1. What type of machine should I put IIS on? (Configuration)
2. Memory
3. ... more >>
CSS Style question
Posted by rodchar at 8/11/2007 9:06:02 AM
hey all,
please take a look at the image below. why would "Hello" "World" links show
up in the green content if they are outside the <div class="content">?
http://www25.brinkster.com/rodchar/ques200708111154.jpg
thanks,
rodchar... more >>
Wrap the text in div tag!
Posted by Santel at 8/11/2007 1:49:19 AM
Hi, I would like to wrap the text in div tag according to its width.
The text don't have any space. Anyone please suggest me how to do this.
... more >>
how to go back one level up?
Posted by Jan at 8/11/2007 12:50:57 AM
Hi,
The asp.net application is in http://myserver/myapp .
At a certain moment, the user is into subdirectory
http://myserver/myapp/mydir.
How can he go back to 'start.aspx' in the 'myapp' directory in javascript?
I tried this in javascript:
Page.ClientScript.RegisterClientScriptBlock... more >>
Web site vs Web Project: scope difference?
Posted by olduncleamos at 8/11/2007 12:00:00 AM
Hi all,
I am running into the following problem that I am just plain stuck.
Can't even find a starting point to look:
I originally had a "web site" created in VS2005. Within the site I
have a helper class (under the App_code directory) called PageHelper.
Within the class there are a bunch o... more >>
|