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
~16.6K People Reached
Favorite Forums
Favorite Tags
Member Avatar for maria_mj

I have problem to copy data from one table to another table in SQL database. I am develop the system using C#.Net. I have searching about it from internet, but it not works. I have two table: 1) Project_Pipeline (company_name, project_name, project_revenue, gross_profit, category_pipeline, status_pipeline, bde_name, deadline, remark, pipeline_id) 2)Proposal_listing …

Member Avatar for wria12
0
6K
Member Avatar for maria_mj

I have a problem. In my page, there have 3 gridview. Every gridview has sub total displaying at its footer. I am able to display the sub total for each gridview at its footer. But, i want to display one more total that is grand total. The value for the …

Member Avatar for rohand
0
255
Member Avatar for maria_mj

I want to retrieve session value(username) from the login page. I have to verify the user by their username to make the access right control for certain page. In my application, i want to control the access right to "ViewAllProject.aspx" page. I have save the username in session in login …

Member Avatar for maria_mj
0
232
Member Avatar for maria_mj

I have try to display selected date from calendar into textbox. But, I got error. My textbox name is txtStart My calendar name is Calendar1 Here is my code.. [CODE] protected void Calendar1_SelectionChanged(object sender, System.EventArgs e) { System.DateTime myDate = new System.DateTime(); myDate = Calendar1.SelectedDate.ToString("MM/dd/yyyy"); txtStart.Text = myDate; } [/CODE] …

Member Avatar for hirenpatel53
0
249
Member Avatar for maria_mj

i have deploy my .Net web application. i can retrieve the first page that is the login.aspx page. but, when i click the login button, the error has occur. Execute Reader: Connection property has not been initialized. After user click login button from the login page, menu page should be …

Member Avatar for maria_mj
0
957
Member Avatar for maria_mj

I am trying to open other page and pass data for selected row in gridview to be displayed in that page when user click the select button. i want to display the data in text box. so that, user can make editing from that page. i dont know how to …

Member Avatar for rohand
0
590
Member Avatar for maria_mj

In my gridview, there have a few column that contain number. At the bottom of the gridview, I want to add one row to display the total of the number for that certain column. How to do that? i have no idea. can someone help me??

Member Avatar for rohand
0
648
Member Avatar for maria_mj

How to deploy asp.net (visual studio 2008) web application on a remote server? I am developing a web application in visual studio 2008. I want to deploy the application on a remote server. I have try a few ways on how to do it based on reference from internet. But, …

Member Avatar for abhinaba
0
191
Member Avatar for maria_mj

I have to make a control for my gridview. in edit mode, user can select phase from phase drop down list in phase column. The phase drop down list contain 3 item : definition phase, confirmation phase and delivery phase. Before the phase column, there have a few column. I …

0
84
Member Avatar for maria_mj

I have a problem... My gridview contain many rows of data. Everytime when i clicked edit button, the page will going up. So, i have to scroll down to the data that i want to edit. Everytime i have to do the same way. How to save the state, so …

0
67
Member Avatar for maria_mj

I have a gridview that was bounded to a drop down list. When a value is selected from a drop down list, the grid view will display only data that related to the value that is selected. But, data in the gridview cannot be edited. My problem is, i want …

Member Avatar for maria_mj
0
268
Member Avatar for maria_mj

How to display drop down list item based on value from other column in gridview during editing. My gridview have many column and are editable. User can edit data that was displayed in the gridview by click the "Edit" button. In EditItemTemplate, i have put a few drop down list. …

Member Avatar for maria_mj
0
3K
Member Avatar for maria_mj

I want to directly display list of contact name using drop down list when company name is selected from the company list in a drop down list in the same interface. I have no idea how to do this. I am using C#.Net and SQL database. I try to use …

Member Avatar for dnanetwork
0
93
Member Avatar for maria_mj

I have problem when saving data from gridview into SQL database. When i save the data, only certain data was saved. I want to save all the data. Data that was not saved is from the column where i display a drop down list while editing from the gridview. Another …

Member Avatar for rohand
0
127
Member Avatar for maria_mj

I have a problem. I want to display data from database using drop down list and radio button in the grid view. The idea is, from the grid view user can select value from drop down list and radio button to update their record. So, they didn't need to type …

Member Avatar for kvprajapati
0
300
Member Avatar for maria_mj

I am developing a project in ASP.Net. How to retrieve data using C# from certain table (SQL database) based on user_id after user log in. And how to display the data into text box and label after user click Show button?

Member Avatar for kvprajapati
0
118
Member Avatar for maria_mj
Member Avatar for apegram
0
4K