Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
0% Quality Score
Upvotes Received
0
Posts with Upvotes
0
Upvoting Members
0
Downvotes Received
1
Posts with Downvotes
1
Downvoting Members
1
1 Commented Post
0 Endorsements
~3K People Reached
Favorite Tags
Member Avatar for 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 page according to their ID's my problem is i inserted new …

Member Avatar for raghu.8
0
2K
Member Avatar for 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 respose.redirect("abc.aspx") in the same manner just look …

0
94
Member Avatar for 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 time when i click it is redirecting to the same page, i want to …

0
98
Member Avatar for 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 besides that and so on..... If possible send me code thank you in advance …

Member Avatar for waterfall
0
215
Member Avatar for 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

0
119
Member Avatar for 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 raghu

0
87
Member Avatar for 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

Member Avatar for yagiD
0
92
Member Avatar for 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#

0
92
Member Avatar for 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 PROCEDURE sp_UserValidation ( @Username varchar(50), @UserPassword varchar(20) ) AS IF EXISTS (SELECT UserName FROM LogIn1 WHERE UserName=@Username and UserPassword=@UserPassword) …

Member Avatar for raghu.8
0
230
Member Avatar for 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 developin web application by C# ,please sught out my problem. thank …

Member Avatar for raghu.8
0
85
Member Avatar for caterpillar

Hi I am using 2 dropdownlists such that corresponding to the item selected in the 1st dropdownlist only the related items will appear in the 2nd dropdownlist. The problem is that the 2nd dropdownlist is never populated. My code is: Sub popdropdownlist1() Dim myConnection1 As New SqlConnection(ConfigurationSettings.AppSettings("connectionString1")) Const strSQLC As …

Member Avatar for raghu.8
0
107