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
~262 People Reached
Favorite Tags
jsp x 3
Member Avatar for zahrahLand

Hi everyone, I have two questions: Q1: I need to design and implement a simple web interface which works as a browser in which I should pre-process the page before it's displayed and mark up (highlight) some specific words? How can I do that? Q2: I need also to design …

Member Avatar for peter_budo
0
82
Member Avatar for zahrahLand

Hi everybody I wanted to retrieve data from sql server and save them in arrayList I use the following format [CODE] sql="select bookid,bookname from BookTable"; Sqlcommand cmd=new (sql,conn) // I define reader here while(reader.Read()) { list.Add(new book(reader[reder.GetName(0)],reader[reader.GetName(1)])); } [/CODE] in book class I build a constructor [CODE] public book(int id,String …

Member Avatar for Mitja Bonca
0
180