Forum: C# Feb 12th, 2008 |
| Replies: 18 Views: 9,572 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 still i am getting the same error,when i given hotel booking ID |
Forum: C# Feb 12th, 2008 |
| Replies: 18 Views: 9,572 actually i was totally confused
some times mistake happens;) |
Forum: C# Feb 12th, 2008 |
| Replies: 18 Views: 9,572 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 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 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 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 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 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 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 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 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 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 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 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 hi jerry, thanks for your codding i will try this
thank you |
Forum: C# Dec 6th, 2007 |
| Replies: 2 Views: 1,948 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 |
Forum: C# Dec 6th, 2007 |
| Replies: 29 Views: 12,079 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 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 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 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 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 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 thanks jerry i am using C# 2.0 version and asp.net 2005 |
Forum: C# Dec 4th, 2007 |
| Replies: 29 Views: 12,079 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 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 where can i get bindingsource components |
Forum: C# Dec 4th, 2007 |
| Replies: 29 Views: 12,079 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 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 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 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 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 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 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 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 how many tables should we have to create |
Forum: C# Dec 1st, 2007 |
| Replies: 29 Views: 12,079 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 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... |