Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
Ranked #25.0K
Ranked #2K
~11.7K People Reached
Favorite Tags
Member Avatar for jerome2467

hi i got a bank account project and i dont know how to figure out this problem i need to be able to transfert money from checking account to saving account if someone can help me with an exemple ,because i am a bit lost thanks by advance

Member Avatar for Sudarvizhi_1
0
6K
Member Avatar for barriegrant1

im using a stored procedure to load a number of galleries and then photos within the gallery, however when linking them to the listView only the first two photos are returned. Stored procedure [CODE] ALTER PROCEDURE dbo.test AS declare @galID int Declare c Cursor For Select Distinct gallery_id From galleries …

Member Avatar for barriegrant1
0
155
Member Avatar for cerezo_mark

i already finished my app and now i deployed it using Setup Wizard. But when i installed my app to my computer, the Crystal Report didn't work.... it says "Load Report Failed"... and when i red about this Merge Module thing i want to figure it out but the problem …

Member Avatar for cerezo_mark
0
195
Member Avatar for bhagawatshinde

Hi I am creating an store procedure in sql server 2005. i want to pass table name as parameter dynamically in sp. here is my sp but it give me an error [CODE]ALTER PROCEDURE dbo.ImportToTable ( @TableName nvarchar(100), @que_id int , @sub_code int, @chap_no int, @que nvarchar(max), @opt1 nvarchar(max), @opt2 …

Member Avatar for alc6379
0
3K
Member Avatar for paresh_thummar

I added Ajax control tool kit in my project but I when i run page i found error like Could not load type 'System.Web.UI.ScriptReferenceBase' from assembly 'System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35'. Wat should i do ? Please help me...

Member Avatar for Atul Dhiman
0
122
Member Avatar for mudunuru

For passing Values between ASP.NET Web Forms how to create the instance of [COLOR="Red"]Source.aspx[/COLOR] page(Source WebForm) in [COLOR="Red"]Target.aspx[/COLOR](Target WebForm ) page Destination Web Form([COLOR="Red"]Target.aspx.cs[/COLOR]) [COLOR="Red"]Not-Working code is shown below: [/COLOR] [CODE]private void Page_Load (object sender, System.EventArgs e) { //create instance of source web form WebForm1 wf1;//[COLOR="Red"]Problem here[/COLOR] //get reference to …

Member Avatar for sharadcp
0
260
Member Avatar for vincezed

Hello, I am searching for codes that could find the min and max(or first and last values) from a column in a datatable. I have stored the datatable with four column values i want to find the min and max values from the third column(index 2) and display it to …

Member Avatar for vincezed
0
3K