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
~992 People Reached
Favorite Forums

5 Posted Topics

Member Avatar for aripaka

Hi Frndz, Can you tell me how web server (IIS) and application server (asp.net server) are connected ? just one word - For instance connection between application server and database server is through oledb or odbc . Thank u Nams here...

Member Avatar for kvprajapati
0
555
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
104
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
65
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
108
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
159

The End.