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
~1K People Reached
Favorite Tags
Member Avatar for Nishara

Hi.. I am designing a website using ASP.NET.In my project there is a page called default.aspx with a loginView cotrol.Once a user click login button after entering the User Name and the Password thay are redirected to the default.aspx.I want to have some features(A gridView) can be visible only to …

Member Avatar for chandru7
0
96
Member Avatar for Nishara

Hi.., I want to store user name and password of a client in a cookie.I don't know how to do this in a proper manner.I tried coding simple program.The browser that I'm using is internet explorer(ie).If I put a cookie or not ,anyhow ie prompt a msg for the user …

0
65
Member Avatar for Nishara

Hi.. I want to create a seperate DataAccessLayer and do the inserting,updating...etc to a database.Actually I'm new to .net things. I did it as below.But the database is not updated at all.. This is the DataAccessLayer class... [CODE] using System; using System.Collections.Generic; using System.Text; using System.Data; using System.Data.SqlClient; namespace ClassTest …

Member Avatar for sknake
0
176
Member Avatar for Nishara

Hi I am trying to insert data into a sql server database table using sqlDataAdapter and adding newrow method.But the values entered are not saved in the database.What I did is............ [CODE] string sql = "Select * from Users"; dataCmd.CommandText = sql; SqlDataAdapter da = new SqlDataAdapter(dataCmd); da.SelectCommand = new …

Member Avatar for DanielGreen
0
823
Member Avatar for Nishara

I am using C#.net.I want to delete a datarow from the sql server database table when the delete button is clicked.Specific row should be selected according to a text field value.Say user enters a userID to a text box...then he clicks delete button to delete the relavent row. Please help …

Member Avatar for sknake
0
93
Member Avatar for Nishara

I am new to vb.net and I'm doing a small project from vb.net.I want to insert values to a sql server database table from a windows form.I have written a vb class called OrderedItem.vb to add a new data row and assign variable values to that table.In the Form, for …

Member Avatar for Ramesh S
0
164