all groups > asp.net > july 2007 > threads for saturday july 21
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
How to access namespace from custom user controls?
Posted by User at 7/21/2007 10:42:03 PM
Hi,
I have a custom user control. How do I write the script in a way which i can
import custom namespace within the custom control? Please advise..
Thanks!
mycontrl.ascx
<script language=vb runat=server>
Mylibrary.mysub()
</script>
Hello world
Posted Via Usenet.com P... more >>
Web based timesheet application
Posted by LiveTecs at 7/21/2007 8:08:33 PM
http://www.livetecs.com
TimeLive Web Collaboration Suite is an integrated suite that allows you to
manage project life cycle including tasks, issues, bugs, timesheet, expense,
attendance.
TimeLive is available in two different flavors. Hosted version and
downloadable version. Downloadable... more >>
Looping through a formview looking at all textboxes. use to work. now does not??
Posted by jobs at 7/21/2007 2:52:17 PM
This code was working, but then stopped working. I don't think I
completely understand it.
I pass it a formview name and it would loop through checking the
value of textboxes.
problem is now as i debug it, it's telling me there are only a count
of 3 controls in that for loop. and they ha... more >>
Server Error in '/' Application. Can't find default
Posted by Brian Westcott at 7/21/2007 11:30:20 AM
am trying to test the following simple program on my Web Server and I get
the message:
Parser Error Message: Could not load type '_Default'.
Source Error:
Line 1: <%@ Page Language="C#" CodeFile="Default.aspx.cs"
Inherits="_Default" %>
Line 2:
Line
The file"default.aspx" is in m... more >>
creating classes
Posted by MagicKat at 7/21/2007 10:49:06 AM
I have moved my class files out of my web site and into a separate project,
as recommended by other programmers. Now, however, I cannot reference
anything like a label or a master page. I have imported Microsoft.Visual
basic into the new project. What else am I missing?
For instance, eve... more >>
ignore the validation when i click cancel
Posted by Ganesh at 7/21/2007 10:29:49 AM
Hi There,
I've a validation control in my page, In some cases i don't want to check
the validation like when users click cancel, i'l take the page to home page.
But it checks always validation.
How can i ignore the validation when i click cancel
Thanks
Ganesh
... more >>
int to numeric numeric(18,2) ?
Posted by jobs at 7/21/2007 10:11:50 AM
I have a column that is numeric(18,2) in sql server.
what type should I use in my sqldatasource parameter in asp.net?
<asp:Parameter Name="CreditLimit" Type="Int32" />
what type should I use in my vb.net method that updates this?
ByVal CreditLimit As Integer
What type should I use... more >>
checkbox ? boolean, bit and int16 - datasource controls?
Posted by jobs at 7/21/2007 9:14:02 AM
What's messed up here is that i have close to identical code that is
working perfectly, only difference is that code uses sqldatasource
control instead objectdatasource used here.
Getting this error during the update:
Server Error. To return to your data and retry, use the BACK button
Syste... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Silverlight Newsgroup?
Posted by Monty at 7/21/2007 12:00:00 AM
Yes, I know this isn't a silverlight newsgroup, but...
1) Can anyone tell me where we can discuss Silverlight?
2) Every time I try to install the developer component, I get this error
message:
Error 3010
Silverlight Installation has completed successfully. However, ... more >>
|