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
0 Endorsements
~1K People Reached
Favorite Forums

4 Posted Topics

Member Avatar for boonfoo

I am trying to build a crystal report view. As a newbie here, i have no idea how connect it to my database. I am refering to a tutorial in here (link) [URL="http://csharpdotnetfreak.blogspot.com/2009/07/creating-crystal-reports-in-aspnet.html"]http://csharpdotnetfreak.blogspot.com/2009/07/creating-crystal-reports-in-aspnet.html[/URL] In the tutorial it teaches the connection of the database using OLE DB(ADO). But i failed, because …

Member Avatar for patelkisankumar
0
494
Member Avatar for rajabca

expanding adatapost solution ---------------------------------------- cmd.Parameters.Add(New SqlParameter("@para1", [COLOR="Red"]SqlDbType.VarChar, 10[/COLOR])).Value = TextBox1.Text the red color is based on your table's field data type

Member Avatar for RameshKumar.M
0
177
Member Avatar for boonfoo

Actually i am trying to find the author of the article in this link. [url]http://authors.aspalliance.com/articles/dynamicbuttons.aspx[/url] But i failed as the provided email address is invalid. So i hope here can find the solution for it. Here it goes from the article exempted source code show on below -------------------------------- [code] Sub …

Member Avatar for crishjeny
0
241
Member Avatar for dhavalcoholic

You can start using ajax and the ajaxcontroltoolkit. Juz add Script Manager(everytime your are using it) and the panel itself depend on what ajax function you need.

Member Avatar for boonfoo
0
178

The End.