Search Results

Showing results 1 to 40 of 40
Search took 0.01 seconds.
Search: Posts Made By: raghu.8
Forum: C# Feb 12th, 2008
Replies: 18
Views: 9,572
Posted By raghu.8
Forum: C# Feb 12th, 2008
Replies: 18
Views: 9,572
Posted By raghu.8
Is there any posible that i can attach my sample project to this reply box so that you can understand
raghu
Forum: C# Feb 12th, 2008
Replies: 18
Views: 9,572
Posted By raghu.8
still i am getting the same error,when i given hotel booking ID
Forum: C# Feb 12th, 2008
Replies: 18
Views: 9,572
Posted By raghu.8
actually i was totally confused
some times mistake happens;)
Forum: C# Feb 12th, 2008
Replies: 18
Views: 9,572
Posted By raghu.8
Sorry i am getting error near
if (id == "world tour")
Error 1 Operator '==' cannot be applied to operands of type 'int' and 'string'
Forum: C# Feb 12th, 2008
Replies: 18
Views: 9,572
Posted By raghu.8
just look at my coding where i written in the page load event

protected void Page_Load()
{
int id = int.Parse(Request.QueryString["ID"]);

if (id == "hotel booking") //etc...
{...
Forum: C# Feb 12th, 2008
Replies: 18
Views: 9,572
Posted By raghu.8
Thanks holly for that codding but you almost got my problem

yes indian tours,world tours and even hotel booking is also category,
now, when i click india tour or world tour it just redirect to...
Forum: C# Feb 11th, 2008
Replies: 18
Views: 9,572
Posted By raghu.8
Thanks holly for your reply
with in the itenary page i placed datagrid and the values has been populated from dadatbase according to the selected product whether it is a India tour or world tour ...
Forum: C# Feb 11th, 2008
Replies: 18
Views: 9,572
Posted By raghu.8
Thanks for your reply Jx_man
i know that codding but i want codding for particular selected product in datagrid
just read my question properly please
Forum: C# Feb 11th, 2008
Replies: 18
Views: 9,572
Posted By raghu.8
hi
I am creating travels project, in left part of my datagrid of my default page i placed all the products such as india tour ,world tour etc and if v click any product it will redirect to itennary...
Forum: C# Jan 23rd, 2008
Replies: 0
Views: 1,345
Posted By raghu.8
hi i am creating travels project using .net with c#, and i am new to java scripting
i have written a code to open a new window but i want open new window with in the page
as we do dot net as...
Forum: C# Jan 7th, 2008
Replies: 0
Views: 2,235
Posted By raghu.8
hi,right now i creating travel project using asp.net 2005 and c#
i can populate all the columns in the datagridview and even i am able to give hyprelink to paticular column but my problem is every...
Forum: C# Dec 26th, 2007
Replies: 0
Views: 1,192
Posted By raghu.8
hi to all
i am creating travels project, i want to place all the image in a datagridview and i want make that image as a hyperlink
please solve my problem
raghu
Forum: C# Dec 17th, 2007
Replies: 0
Views: 3,668
Posted By raghu.8
hi to all
i am creating travel project, i want to insert image path in the sqlserver and i want to display image in the dataridview using c#, please sombody help me to clear my problem
thankin you...
Forum: C# Dec 14th, 2007
Replies: 1
Views: 3,164
Posted By raghu.8
hi i created image table and inserted it value using c# but i want to display image in datagridview.
please sought my problem
thank you
raghu
Forum: C# Dec 12th, 2007
Replies: 0
Views: 645
Posted By raghu.8
hi to all,,
some one please help me how to ctreate image table in sqlserver 2000 and displaying image in the datagridview using c#
Forum: C# Dec 11th, 2007
Replies: 2
Views: 1,948
Posted By raghu.8
hi jerry, thanks for your codding i will try this
thank you
Forum: C# Dec 6th, 2007
Replies: 2
Views: 1,948
Posted By raghu.8
hi jerry thanks for dropdownlist, but i got another problem regarding updatating a profile of a login member, i created a storedprocedure for login information just look at my codding

(Toggle...
Forum: C# Dec 6th, 2007
Replies: 29
Views: 12,079
Posted By raghu.8
ok thanks for informing
Forum: C# Dec 6th, 2007
Replies: 29
Views: 12,079
Posted By raghu.8
hi jerry thanks for dropdownlist, but i got another problem regarding updatating a profile of a login member, i created a storedprocedure for login information just look at my codding

CREATE...
Forum: C# Dec 6th, 2007
Replies: 29
Views: 12,079
Posted By raghu.8
thank you very ,very ,very much jeryy i got through your help, unless you did'nt i can't make it ,you almost saved me from every thing
thank you once again..
if possible give your phone no.so that...
Forum: C# Dec 6th, 2007
Replies: 29
Views: 12,079
Posted By raghu.8
thanks jerry for your reply,i will try the above said example,
and i will keep in you touch with you
raghu
Forum: C# Dec 5th, 2007
Replies: 29
Views: 12,079
Posted By raghu.8
hi jerry thanks for your reply
country id in the second table will be more then the country id in the first table just because one country has more number of states, can it possible to populate only...
Forum: C# Dec 5th, 2007
Replies: 29
Views: 12,079
Posted By raghu.8
hi jerry
for examle if we select usa in first dropdownlist it has to give only all the states of usa in the second dropdownlist and if we select another country from 1st dropdownlist then it has to...
Forum: C# Dec 5th, 2007
Replies: 29
Views: 12,079
Posted By raghu.8
thanks jerry i got through the coding
but the values in dropdown list i am not getting the exact way what i want,i will explain you again that if we select any country from 1stdropdownlist then it...
Forum: C# Dec 5th, 2007
Replies: 29
Views: 12,079
Posted By raghu.8
thanks jerry i am using C# 2.0 version and asp.net 2005
Forum: C# Dec 4th, 2007
Replies: 29
Views: 12,079
Posted By raghu.8
errors for the above codding is
1. it shows error in the both dropdownlist_selectedchange
near "if (dd2.SelectedValue is DataRowView)"
the message is : The given expression is never of the...
Forum: C# Dec 4th, 2007
Replies: 29
Views: 12,079
Posted By raghu.8
hi jerry i got your attachement and i build my own application just like yours but i gettin error message, just go through my my coding .


protected void Page_Load(object sender, EventArgs...
Forum: C# Dec 4th, 2007
Replies: 29
Views: 12,079
Posted By raghu.8
where can i get bindingsource components
Forum: C# Dec 4th, 2007
Replies: 29
Views: 12,079
Posted By raghu.8
hi jerry i got your attachment, in that you created tables but,while insering the values it showing some error message as

An explicit value for the identity column in table 'countrymaster88' can...
Forum: C# Dec 4th, 2007
Replies: 29
Views: 12,079
Posted By raghu.8
hi jerry,sorry to say that the attachment you send to me is not opeaning it showing some error
Forum: C# Dec 4th, 2007
Replies: 29
Views: 12,079
Posted By raghu.8
thank you very much i will go through that
i will be in touch with you after going through that
Forum: C# Dec 4th, 2007
Replies: 29
Views: 12,079
Posted By raghu.8
I wrote the code as you said, but it showing two error in sqldataAdapter


1.Argument '1': cannot convert from 'string'to 'System.Data.SqlClient.SqlCommand'

2.The best overloaded method match...
Forum: C# Dec 3rd, 2007
Replies: 1
Views: 623
Posted By raghu.8
i got through this, but i want to update the values of a paticular person who loged in..
just look a this codding

protected void Button1_Click(object sender, EventArgs e)
{
...
Forum: C# Dec 3rd, 2007
Replies: 1
Views: 623
Posted By raghu.8
hi
i want to place all the values of a paticular login member and i want to update his informatin,
for example i want to update his phone no. and address etc..how can i do that ,right now iam...
Forum: C# Dec 3rd, 2007
Replies: 29
Views: 12,079
Posted By raghu.8
i am no geting in that way
will you please explain what are the table are to be created..
please send posr my reply its very important
thank you in advance
Forum: ASP.NET Dec 3rd, 2007
Replies: 7
Views: 1,870
Posted By raghu.8
hi to all, my problem is if a select any country from first dropdownlist then it should place only states of selected paticular country and if select another country it should place those states and...
Forum: C# Dec 1st, 2007
Replies: 29
Views: 12,079
Posted By raghu.8
how many tables should we have to create
Forum: C# Dec 1st, 2007
Replies: 29
Views: 12,079
Posted By raghu.8
thank you or ypur advice
but i am developing web application using C#,just look at my code which is giving error message...

if (Page.IsPostBack == false)
{
...
Forum: C# Nov 30th, 2007
Replies: 29
Views: 12,079
Posted By raghu.8
hi
i want to populate country's name in 1st dropdownlist and their states should be placed in the 2nd dropdownlist, if we select any state it should place the name of the capital in the textbox...
Showing results 1 to 40 of 40

 


About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC