all groups > asp.net > may 2006 > threads for saturday may 6
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
Help accessing dynamically added textbox controls
Posted by keithb at 5/6/2006 5:48:34 PM
My code dynamically adds template fields to a GridView control. Everything
seems to work OK, except when updating, because I haven't found a way to
reference the dynamically added textboxes. FindControl doesn't work, and the
textboxes cannot be accessed using
grid.Rows[e.RowIndex].Cells[x].C... more >>
1.1 2.0 side-by-side problem
Posted by Tina at 5/6/2006 5:42:37 PM
I'm running both 1.1 and 2.0 on both of my computers. I built a 2.0 website
on Computer1 and established a new virtual directory for the site in IIS on
Computer1.
When I try to browse the site from computer 2 I get "Configuration Error"
with an objection to the <connectionStrings/> entry i... more >>
How To Pause In .NET?
Posted by Joe Delphi at 5/6/2006 5:21:32 PM
Hi,
Newbie question. I need to insert a 5 second delay into my code
before re-directing the user to a different page.
I need something like:
Wait(5) or Pause(5) or Delay(5)
Is there a command in .NET to handle this requirement ?
Jim
... more >>
Firefox and asp.net
Posted by De at 5/6/2006 4:51:53 PM
tables wont fit well
at least it is diff display then IE
some comments on that?
... more >>
Table Layouts
Posted by Chris at 5/6/2006 4:41:18 PM
I still have to do a lot of layouts in tables. Visual Studio Express, when I
add a HTML table from the controls dropdown adds a 3 x 3 table and I can't
edit the number of rows and columns. Is there any way around this. Regards,
Chris.
... more >>
When using the formview control
Posted by Chris at 5/6/2006 4:38:48 PM
When using the formview control it defaults to the item template and I have
to add an edit button to go into the edit template. Is there any way to get
it to default to the edit template. It would be nice to able to specify when
I open a window with the forview control in whether to display th... more >>
How to change a table cell's background color?
Posted by HB at 5/6/2006 3:54:19 PM
So I have a table in ASP.NET
<table runat="server" id="tblMyTable">
<tr>
<td id="cellMyCell">word</td>
</tr>
</table>
How do I reference the cell "cellMyCell" from the Vb.NET 1.1 code-behind to
change the background color of the cell?
... more >>
Running WebMatrix, 2nd test, got "Port already in use"
Posted by Richard at 5/6/2006 3:30:22 PM
Hi,
I'm running WebMatrix, v. 0.6.812, over WinXP/SP2 with .Net Framework
1.0 & 1.1.
I'm following the examples in ASP.NET Web Matrix Project Guided Tour,
specifically the 2nd example at
http://www.asp.net/webmatrix/tour/section1/addbasiccontrols.aspx.
When testing the 2nd example, I acce... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
time picker control for 2.0
Posted by WebBuilder451 at 5/6/2006 2:58:02 PM
Is there a good time picker control for .net 2.0?
I was using mat's (eworld.ui) but can't find a version for 2.0?
any help?
--
thanks (as always)
some day i''m gona pay this forum back for all the help i''m getting
kes... more >>
Visual Studio/ASP.net and C# confusion
Posted by Ranginald at 5/6/2006 2:40:12 PM
I have a page, default.aspx.cs that instantiates a label, label1 and
adds some properties to the label:
Label Label1 = new Label();
this.Controls.Add(Label1);
Label1.BackColor = System.Drawing.Color.Pink;
Label1.Text = "Lefantze test: _Default class";
... more >>
controls in global.asax
Posted by Giuseppe Dini at 5/6/2006 1:19:09 PM
I want to understand something more about global.asax.
I have understood what the file global.asax.vb is for, but what is the
importance of global.asax?
Do we see something about it on our webpages, or we simply have tu publish
this file if we want the code behind to work?
Why can we drag and... more >>
how to customize row in a datagrid
Posted by Mukesh at 5/6/2006 12:53:28 PM
Hi
I am creating an application in which i have to show each row of
datagrid in a specific color according to the value stored in
database.short of email inbox type application where each row shown in a
specific color showing weather the mail is read or unread.
I am using asp.net 1.1 , vis... more >>
Mapping a Url Using ~
Posted by Alex Maghen at 5/6/2006 12:39:01 PM
I need to generate client-side JavaScript from server-side ASPX. I have no
trouble doing that but in the JavaScript I generate, I need to refer to a Url
of another page on the site when doing JavaScript that pops a window
(window.open()).
In the server side code, I want to be able to conver... more >>
how to introduce a lot of users?
Posted by cas at 5/6/2006 10:37:29 AM
Hi,
I tried the logon webcontrol after defining some users.
Great, but is it possible to introduce a lot of users in one time (import or
something like that), because i can't imagine i have to do that 100 times,
one user after one?
Thanks
Cas
... more >>
"Can't use parentheses when calling a Sub" help......
Posted by zheetee NO[at]SPAM gmail.com at 5/6/2006 10:29:32 AM
<script type="text/vbscript">
sub setTextBoxValue(a1,a2)
thedelete.deleteTextBox.value = a1
end sub
</script>
<td>
<a href="#"
onclick="setTextBoxValue('<%#Container.DataItem("SerialNumber")%>','<%#C... more >>
Frames
Posted by Joe Delphi at 5/6/2006 10:10:20 AM
Hi,
I want to build a web application with frames. FrontPage has some
nice tools for allowing me to build the HTML pages quickly.
Is it possible to build the HTML pages using FrontPage and then
re-name the file suffix from .htm to .aspx and then somehow import them into
my V... more >>
Gridview not returning data in event
Posted by MarkAurit at 5/6/2006 9:11:01 AM
I have a gridview that some boundfield and buttonfield controls. I have a
data element I
1. want to use when the button is clicked for a given row, but
2. dont want it visibly displayed in the gridview
so I created a boundfield with visible=false as the first column (something
I did in the... more >>
mp3 file or sound edit
Posted by maa at 5/6/2006 9:00:01 AM
I want to edit mp3 files(or sounds in any format) in my host using asp.net.
but i don't know how? we can edit graphics using System.drawing. is there any
namespace for editing sound. if not is there any way to edit sound?
my english is very bad, please try to understand :)... more >>
Assembly name pb in test mode for web site in VS2005
Posted by WT at 5/6/2006 8:31:05 AM
Hello,
We have a license system that checks the assembly name and version using
..NETLicenseManager API (Cf Nikhil K. book on server controls) , using a
deployment project we are able to set the assmbly name and version for
resulting dll, and it works ok.
But in dev phase, our assembly n... more >>
Multiple "Submit" Buttons & Form Fields
Posted by Alex Maghen at 5/6/2006 8:01:01 AM
In ASPX 2.0 with MasterPages and all that, my entire page only has one actual
<FORM>. But there are several different sections of the page that provide
what are functionally separate forms with separate Submit buttons.
In basic HTML, I can have multiple forms on a page and the browser knows
... more >>
Treeview control - getting childnode values
Posted by K B at 5/6/2006 7:49:01 AM
My xml:
<Functions>
<Function Name="F1">
<WI Title=F1-WI1/>
<WI Title=F1-WI2/>
</Function>
<Function Name="F2">
<WI Title=F2-WI1/>
<WI Title=F2-WI2/>
</Function>
</Functions>
My treeview loads perfectly. I can get the <Function> elements using:
Dim stest As... more >>
setting default enter button
Posted by andyrich_1 NO[at]SPAM hotmail.com at 5/6/2006 4:11:21 AM
I have a simple form that has two submit buttons on it.
The problem I have is that I want one button to be the default button
when the user is filling out one section of the form and another button
to be the default when filling out a different art of the form.
I can't seem to find a way of st... more >>
Is it possible to do this....
Posted by dazzle NO[at]SPAM edazzle.net at 5/6/2006 3:49:04 AM
I wish to grab a remote ICO image, convert it to a PNG and then convert
that to Base64 to save into an XML file. Is this possible to do using
ASP.Net, and if so how?
Code examples wanted, either for each step or for the whole lot,
preferably in JScript.
All help appreciated.
... more >>
|