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
~947 People Reached
Favorite Forums
Favorite Tags
Member Avatar for aripaka

hi, What is 3-Tier Architecture and how is it implemented in ASP.NET? Can anybody please make me clear regarding this doubt..?

Member Avatar for kvprajapati
0
537
Member Avatar for namsSoftee

Hi Frndz , Suppose i am copying a project from one system to another system, Its enough to copy the project folder and place it ah ? Any other additions i need to make in the destinatioin system ? i mean copying a web application developed using asp.net in vb.net. …

Member Avatar for Hosam Kamel
0
95
Member Avatar for namsSoftee

Hi Friends , I am using crystal report in my project. I am displaying chart also. I am displaying scores that a particular student has got in all subjects in a chart . I need to display text like " Your Performance in English is the best" if the student …

0
61
Member Avatar for namsSoftee

Hi Friends , I am creating a web application using asp.net and SQL Server 2005 . I need to document the same. Please send me the short list of installation steps for microsoft visual studio .net 2005, till running it on the iis. For instance we need to create a …

Member Avatar for namsSoftee
0
102
Member Avatar for namsSoftee

Hi Frndz, My code is like this: Protected Sub LinkButton1_Click(ByVal sender As Object, ByVal e As System.EventArgs) Handles LinkButton1.Click sql = "select LS from Tests_Attended where Emp_ID = " & Session("EmpID") cmd = New OleDbCommand(sql, con) ds = cmd.ExecuteReader If ds.HasRows = True Then ds.Read() If ds.Item("LS") = True Then …

Member Avatar for namsSoftee
0
151