all groups > asp.net > november 2007 > threads for sunday november 4
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
ContentPlaceHolder Resizing with Dynamic TreeView
Posted by Joseph Gruber at 11/4/2007 10:57:18 PM
Hi all.
I've created a master page that has a ContentPlaceHolder (mainContent)
on it. On a child page I've put a dynamic treeview control into
mainContent. The TreeView builds itself dynamically but the
ContentPlaceHolder does not resize along with the treeview. Any ideas
how this might be... more >>
errors when running it with Netscape or Firefox.
Posted by Chris at 11/4/2007 10:45:38 PM
Hi,
I have no problem when running this asp.net application with IE.
But with Netscape 8 and Firefox, i get two javascript
errors:
1) Error: document.getElementById("hiddenfield1") has no properties
2) Error: myfinc is not defined
the aspx file:
-----------
<form id="form1" runat="se... more >>
Avoid flicking between pages
Posted by Kevin at 11/4/2007 10:15:54 PM
Hi!
Is there anyway to avoid flicking between pages navigation in Asp.Net 2.0,
like smartnavigation atribute in asp.net 1.1?
Thanks and Regards.
... more >>
Does Page.RegisterClientScriptBlock Not Work Under ASP.NET 2.0?
Posted by Paul Reed at 11/4/2007 7:21:02 PM
Hello,
I have an app that was xcopy deployed from an ASP.NET 1.1 W2KServer to a box
running ASP.NET 2.0 W2003Server. The app runs fine with the exception of
where I use the above method. It just doesn't seem to work at all anymore. I
get no errors...but what used to work...now just doesn't... more >>
RewritePath - Folder To a Query (How To?)
Posted by Tomasz J at 11/4/2007 6:31:51 PM
Hello Developers,
I am trying to write a code inside BeginRequest event handler which would
rewrite the following path:
/myapp/user123
to:
/myapp/?user=user123
> One requirement:
> rewriting path *I do NOT want to specify any particular page*, and allow
> ASP.Net to use the default one... more >>
How to remove cell space in the GridView?
Posted by Taoge at 11/4/2007 6:01:02 PM
Hi, all
I put a table in a GridView, but there is always space between the table
border and the GridView line, is there anyway to remove the space?
Thank you very much.... more >>
Button problem
Posted by Ant at 11/4/2007 4:35:02 PM
Hi,
If I place a button on either a Web form or an HTML form, when I run the
page in a browser, the button stretches right across the screen. This happens
with our Enterprise Visual Studio at work & the Web developer Express edition
I have at home.
Has anybody experienced this problem?
... more >>
When drop down list value changes
Posted by Valli at 11/4/2007 2:36:13 PM
HI,
I have a drop down list in my aspx page. When the list1 value changes, a
procedure GetList2Values ( onchange="GetList2Values ()" ) will get executed.
Since the list2 contains a large number of data, I need to provide a status
'Loading...' in another label . After loading completed, th... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Drag and drop file upload
Posted by John Devlon at 11/4/2007 2:35:51 PM
Hi
I would like to create a file upload system, using file drag and drop
functionality.
Does anyone know how ?
John
... more >>
Detect button clicked
Posted by John at 11/4/2007 1:49:36 PM
Hi,
I would like to create an eventhandles that handles several different
buttons.
How can I detect which button was clicked on ?
I know it something with the sender ...
something like
Private sub Button_Click(ByVal sender as object, ByVal e as
system.EventArgs)
select case e
... more >>
Question: Gridview within Gridview issue
Posted by Cirene at 11/4/2007 12:26:20 PM
This is confusing...
I have a gridview (gv1) with another gridview (gv2) inside of it.
gv1 has a bunch of house listings and within each row is a group of related
house pictures (gv2).
I'm having trouble getting gv2 to show any data.
Here's part of my code...
Protected Sub gv1_Row... more >>
Navigation Suggestions
Posted by Jonathan Wood at 11/4/2007 11:48:02 AM
I'm still pretty new to ASP.NET. I'm developing a site that requires all
users to log on. Once logged on, I can determine which of three types of
users they are (types are implemented using ASP.NET membership roles).
Each type of user will have access to a different set of pages. I can use
... more >>
How to use a javascript popup calendar in asp.net?
Posted by gnewsgroup at 11/4/2007 10:33:56 AM
I know AjaxControlToolKit has a popup calendar control. It does not
seem to have a year navigation option. In other words, if I wanna
select a date in 1012, I will have to navigate to that year monthly
--- dozens of clicks in a row!
I prefer the free javascript popup calendar at
http://ww... more >>
Circular file references
Posted by Yoav at 11/4/2007 3:20:00 AM
Hi,
We have a compile problem – we do pre compile on an asp.net 2.0 web project.
We get an error message that says “Circular file references are not allowedâ€
in a user control.
We don’t do a circular reference on our web site – not that I saw one…
Can someone assist please... more >>
send email with .net (code) and hotmail(e-mail)
Posted by tvin at 11/4/2007 1:59:06 AM
Hi everyone,
can someone help me please.
can i use hotmail e-mail to send emails in asp.net(vb code)?
or
should i pay for new email, so i can use smtp?
thanks for your help
Tvin ... more >>
can I send e-mail by using hotmail and ASP.NET?
Posted by tvin at 11/4/2007 1:47:00 AM
Hi everyone,
Please can someone help me,
i want to be sure if i can send emails from hotmail(e-mail) using asp.net
and vb.net code
or should i pay for new email so i can use smtp?
thanks for your help
Tvin... more >>
Reservation and Paying by Credit card
Posted by tvin at 11/4/2007 12:10:00 AM
Hi everyone,
I want to create website for courses, so customer can reserve and pay online.
i've just started to think about this project, and i'm in entry level & i
have a little experience in programming.
can someone advice me about payment process?
or if you know any website?
i will be ... more >>
|