all groups > asp.net > september 2006 > threads for saturday september 2
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
SqlDataSource and actual sql text going to db
Posted by probashi at 9/2/2006 10:54:48 PM
Hi,
I have a SqlDataSource and there are 3 select parameters. I am using
this data source for a Grid View Control.
For my debugging purpose I would like to see the actual sql text going
to database (after evaluating all select parameters). I added a text
box to display the actual SQL text ... more >>
Return Value?
Posted by Arpan at 9/2/2006 8:58:09 PM
A class file named "Users.vb" has the following code:
Namespace Users
Public Class UserDetails
Public FirstName As String
Public LastName As String
Public UserName As String
Public Password As String
Public UserID As String
End Class
P... more >>
BC30451: Name '__w' is not declared
Posted by SinCity at 9/2/2006 8:22:24 PM
I get this error message: BC30451: Name '__w' is not declared
And here is my code...
script language="javascript">
document.form1.PageUrl.value='<%=Request.ServerVariables("HTTP_REFERER")%>';
</script>
How can I fix this problem??
... more >>
Need advice on datagridview alternative
Posted by Terry Olsen at 9/2/2006 8:17:14 PM
I have a web page that uses a DataGridView to display data from an SQL
database. I have added a lot more fields to the SQL database but don't want
to have have an extremely wide DataGrid.
What I'd like to do is have a listing of the basic information for each
record, then the user can click... more >>
msdn theme
Posted by daniel at 9/2/2006 7:08:29 PM
Hi guys
Has Anyone a msdn theme??, I want use him in my aspnet 2.0 project.
thanks in advance
... more >>
IsNumeric: Convert.ToInt32 vs. Convert.ToInt64
Posted by sck10 at 9/2/2006 5:32:20 PM
Hello,
I am trying to test for IsNumeric using C# with the following:
public bool IsNumeric(object TestValue)
{
try
{
int i = Convert.ToInt32(TestValue.ToString());
return true;
}
catch (FormatException)
{
return false;
}
}
If I use ... more >>
Reset Function variable after Repeater control is finished
Posted by sck10 at 9/2/2006 5:27:38 PM
Hello,
I have 3 repeater controls referencing the same function below. What it is
doing is testing to see if the first column repeats itself and if so, add a
line with the managers name. The problem I have is how to reset
"strBlankRow" after each repeater control is finished.
Thanks, s... more >>
Third Level Domain And ASP.NET 2.0
Posted by Ross Nornes at 9/2/2006 4:34:02 PM
I need to write and test a new ASP.NET 2.0 application that uses third level
domains, like test.MyDomainName.Com. I just cannot figure out how to get the
new development server to allow this, if its even possible.
I have already tried http://test.localhost:2600/NewProject/Index.aspx, and
it... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
number of queries
Posted by Howard at 9/2/2006 4:14:32 PM
I often see a message like this on the bottom of web pages
page generated in 0.04 seconds used 5 queries
how do they count the number of queries
?
Howard
... more >>
GridView RowDataBound Event Issues
Posted by ryan.mclean NO[at]SPAM gmail.com at 9/2/2006 2:45:25 PM
Hello everyone, I'm in a bind, and I hope somebody can point me in the
right direction.
I have a gridview that is bound when it is not a postback. When the
grid is bound, I remove the contents of a cell based on criteria
e.g.
Protected Sub gvOffSiteHoursRequests_RowDataBound(ByVal sende... more >>
find a TextBox in a FormView in javascript
Posted by Liones at 9/2/2006 12:42:35 PM
Hi,
In javascrip i have to find a "Versam20TextBoxEd" in a FormView but i get
error of compilation
the "Versam20TextBoxEd" is not in the context
I can find the FormView
document.getElementById('<%=FormView3.ClientID%>'); ok
but i don't find the TextBox
document.getElementById('<%=FormView... more >>
DataSource: Query String Supplying Parameters
Posted by Jim McGivney at 9/2/2006 12:09:21 PM
When configuring a DataSource for a control in VS'05, when formulating the
WHERE clause, one of the options is to use a Query String to supply the
parameters. Is this the Query String that is used by a response.redirect
object to open the page, or is there another way of supplying the query
... more >>
Firefox - ASP.NET 2.0 Client Callback
Posted by Philip at 9/2/2006 10:24:02 AM
Does Firefox (latest version - 1.5.0.6) support ASP.NET version 2 client
callbacks ?
I have written a sample C# client callback app.... and with FireFox ...
Page.Request.Browser.SupportsCallback=true, however
Page.Request.Browser.SupportsXmlHttp=false.
In any event, if I ignore the Brows... more >>
VB2005 EXPRESS
Posted by Omar Abid at 9/2/2006 3:06:21 AM
Hi members,
We are happy to tell that if you search for : jobs with high wage or to
debug a program or to find a good source code and to make a good design
4 your apps our group is the best to help u
just subscribe to :VB2005 EXPRESS at
http://groups.google.com/group/vb2005
OMAR ABID
omar.abi... more >>
Getting row index by Event Args...
Posted by basulasz at 9/2/2006 1:22:02 AM
I created a radio button dynamically in a row of a Grid View control. I
enabled auto post back property of this radio button to execute a code. For
example , I create 20 rows and I want to know about which button is checked.
How can i get the index of that row?
Thanks a lot...... more >>
Adviceon how to configure ver 1.1 and 2.0 on the same PC
Posted by Patrick.O.Ige at 9/2/2006 12:00:00 AM
I want to have asp.net 2.0 and 1.1 on the same PC
I have an Win XP professional on this PC.
I have ver 1.1 and sql 2000 installed already but i want to add .Net
Framework 2.0 to it.
I don't think i can have vs2003 and vs2005 running at the same time the
same for sql server 2000 and sql serve... more >>
|