Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
100% Quality Score
Upvotes Received
1
Posts with Upvotes
1
Upvoting Members
1
Downvotes Received
0
Posts with Downvotes
0
Downvoting Members
0
0 Endorsements
~3K People Reached
Favorite Tags
Member Avatar for faranak

hi I'm a newbie to ASP.net development. I'm getting this error message "Procedure or function has too many arguments specified." when inserting data via the stored procedure into DB. Can anyone help me with this error? thanks my code: void InsertIntoVahed() { SqlConnection sn = new SqlConnection("Data Source=Server;Initial Catalog=ab;User ID=sa;Password=12345"); …

Member Avatar for BMXDad
1
2K
Member Avatar for faranak

Hi I'm New In Crystal Report. I Want to Create A Report That User Define Column's Of Report In RunTime . I Used Parameters Field But When User Just Select One Column For His Report , It Show One Narrow Column And Others Columns are Hide .(I Want report setting …

Member Avatar for Ramy Mahrous
0
105
Member Avatar for faranak

hi I'm programmer in php . when i click on my button ,i want to post a string like ( a + b) by javascript but it acts like concat and it posts ( a b) ! i want to show me plus symbol ( a + b) . In …

Member Avatar for peter_budo
0
70
Member Avatar for faranak

hi I am having a problem closing a popup and open a new page when a button click in popup window. when i close popup,new web page open in popup window.What I want to do is close the popup and return to the original window. Please help me. thanks protected …

0
57
Member Avatar for faranak

hi I have a gridview that fill from DB .I want to put a textbox in my website which ask user a number , after the user input the number, i want to have gridview with that number rows to fill in. then asfter input data in gridview saving them …

Member Avatar for johnpatrick
0
56
Member Avatar for faranak

Hi I have a list like List<vahed>. this list fill from vahed class.when i want to bind list into gridview ,I store it in Session. but when this list bind to grid view,data is empty. my code: [INLINECODE] //class vahed public List<Vahed> SelectAll() { Vahed V = new Vahed(); string …

Member Avatar for SheSaidImaPregy
0
240
Member Avatar for faranak

i upload my website to my hosting but i got this erorr when i try to view pages , [code] Server Error in '/' Application. -------------------------------------------------------------------------------- Parser Error Description: An error occurred during the parsing of a resource required to service this request. Please review the following specific parse error …

0
95
Member Avatar for faranak

hi i have created one UI application using c#. i want to use PageDown Keys for navigate between rows, but when i press PageDown keys datagridview select last row. How can i do this? thanks in advance my code: private void dataGridView1_KeyDown(object sender, KeyEventArgs e) { if (e.KeyCode == Keys.PageDown) …

Member Avatar for JerryShaw
0
218