User Name Password Register
DaniWeb IT Discussion Community
All
What is DaniWeb IT Discussion Community?
DaniWeb is a massive community of 391,652 software developers, web developers, Internet marketers, and tech gurus who are all enthusiastic about making contacts, networking, and learning from each other. In fact, there are 2,842 IT professionals currently interacting right now! Registration is free, only takes a minute and lets you enjoy all of the interactive features of the site.
Showing results 1 to 20 of 20
Search took 0.01 seconds.
Posts Made By: ravichandra
Forum: ASP.NET Mar 29th, 2008
Replies: 2
Views: 1,712
Posted By ravichandra
Re: Accessing ItemTemplate server control properties in a gridview

You need to bind the labels text to some field value like Text='<%#Bind(ColumnName) %>'

Since you are not binding i suppose you are getting the error for null values in
lblLastName,lblFirstName
Forum: ASP.NET Mar 28th, 2008
Replies: 5
Views: 2,120
Posted By ravichandra
Re: onmoseover in asp.net 2.0 using javascrit

This may not be the proper way,but serves the purpose.
When user mouseover on button it displays the image and when on mouseout hides the image.

aspx:

<script type="text/javascript">
function...
Forum: ASP.NET Mar 27th, 2008
Replies: 9
Views: 1,567
Posted By ravichandra
Re: Radiobutton Problem

aspx

<asp:GridView ID="GridView1" runat="server" AllowPaging="True" AutoGenerateColumns="False"
BackColor="White" BorderColor="#CC9966" BorderStyle="None" BorderWidth="1px"
...
Forum: ASP.NET Mar 27th, 2008
Replies: 9
Views: 1,567
Posted By ravichandra
Re: Radiobutton Problem

Hi Bright,
I am at office,it may take 3 hours to reach home.I will post the solution without fail.
Thanks
ravichandra
Forum: ASP.NET Mar 26th, 2008
Replies: 3
Views: 494
Posted By ravichandra
Re: Datagrid

Supplier:
<asp:LinkButton ID="lnkSupplier" Text='<%#Bind("column_Name") %>' runat="server" CommandName="SupplierLink" CommandArgument='<%#Bind("Column_Name")...
Forum: ASP.NET Mar 26th, 2008
Replies: 2
Views: 329
Posted By ravichandra
Re: Hi Friends - Dot net installation steps - very urgent

I have uploaded the video, you can download the same from the following link.

http://rapidshare.com/files/100312416/AspDotNetCompilationModel.zip.html

Good Luck.
Forum: ASP.NET Mar 24th, 2008
Replies: 5
Views: 353
Posted By ravichandra
Re: Storing the Trilateral Index Value

But what if you want to create a substring array separated by more than one characters like '#$' or '#$%' ?
Please refer the following thread:
http://www.daniweb.com/forums/thread113322.html
Mr....
Forum: ASP.NET Mar 24th, 2008
Replies: 5
Views: 353
Posted By ravichandra
Re: Storing the Trilateral Index Value

string value=Label1.Text+"/"+Label2.Text+"/"+TextBox1.Text

INSERT INTO EMP(NAME)VALUES(value)

While retrieving the value, you can use

string retrievedValue = "data_table_field_value"
string []...
Forum: ASP.NET Mar 24th, 2008
Replies: 5
Views: 353
Posted By ravichandra
Re: Storing the Trilateral Index Value

Concat the values with some special characters and store it.
Forum: ASP.NET Mar 18th, 2008
Replies: 2
Views: 420
Posted By ravichandra
Help Re: Scalar variable Error

Remove

RETURN @RoleTitle
and try

Good luck
Forum: ASP.NET Mar 17th, 2008
Replies: 9
Views: 1,567
Posted By ravichandra
Help Radiobutton Problem

I have implemented radio button in a gridview,where in user can select any one of the radiobutton in the gridview.If you need i can post the solution.
Forum: ASP.NET Mar 14th, 2008
Replies: 15
Views: 1,058
Posted By ravichandra
Help Re: How do I Evaluate Null value from database?

The following can help you but i am sure whether this is the right way.

While selecting the column check for null values like

select ISNULL(class,-1) from student

If the column class contains null...
Forum: ASP.NET Mar 13th, 2008
Replies: 2
Views: 1,683
Posted By ravichandra
Re: Remember username and password in ASP.NET2.0

Please go through the following link.You can do it yourself.
Good Luck.

http://www.asp.net/learn/security/tutorial-02-vb.aspx
Forum: ASP.NET Mar 13th, 2008
Replies: 1
Views: 783
Posted By ravichandra
Re: How to capture ASP.NET2.0 control's event at client side

if (!chk.Checked)
LinkButton1.Attributes.Add("onclick", "return alert(' please select ')");
Forum: ASP.NET Mar 13th, 2008
Replies: 3
Views: 361
Posted By ravichandra
Re: problems in displaying data in datagrid in ASP.NET

1.Test the query
2.Check whether data is available in the table
Forum: ASP.NET Mar 13th, 2008
Replies: 2
Views: 2,374
Posted By ravichandra
Re: ButtonField in Gridview

I think you need to populate the second grid by clicking a button in a gridrow.I have made Button Type=Button and you can change either to Link type/Image type according to your...
Forum: ASP.NET Mar 12th, 2008
Replies: 5
Views: 2,552
Posted By ravichandra
Re: GridView Change Color to Column Values

I Tested and its working.
Please go through and it works.
Good luck


ASPX

<asp:GridView ID="GridView1" runat="server" AutoGenerateColumns="False" Style="z-index: 100;
left: 211px;...
Forum: ASP.NET Mar 10th, 2008
Replies: 5
Views: 2,552
Posted By ravichandra
Re: GridView Change Color to Column Values

The code need to be written in RowDataBound event:
I have taken SupplierID column for demo,change according to your need.Columns starts with 0 index.
Try this:

protected void...
Forum: ASP.NET Mar 6th, 2008
Replies: 3
Views: 1,039
Posted By ravichandra
Re: Grid view in asp.net using C#

please visit www.asp.net .
http://www.asp.net/learn/data-access/
Mr. Scott goes through step by step about the control.Its one of the best tuttorial to learn and understand.
Good luck.
Forum: ASP.NET Mar 5th, 2008
Replies: 26
Views: 1,729
Posted By ravichandra
Re: sqldatasourse and gridview

Try this:

protected void GridView1_RowDeleting(object sender, GridViewDeleteEventArgs e)
{
Page.RegisterClientScriptBlock("KEY", "<script language='javascript'>" + "confirm('Do you want...
Showing results 1 to 20 of 20

 
All times are GMT -4. The time now is 1:27 am.
Forum system based on vBulletin Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
©2003 - 2008 DaniWeb® LLC