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

Hi, Im working on a html5 parallax site. I have a problem with the javascript, that it is not detecting the screen resoultion thought I have right css files in my folder. My js detects for one type of screen resolution but it is not detecting the remaining screen types …

Member Avatar for JameB
0
332
Member Avatar for venkateshyeluri

I have a website with a user registration page in which they give their details including a bank account no for online transaction, if any user is registered with us we will generate a unique web link for them through which their clients will make an online payment. this is …

Member Avatar for analyzea
0
258
Member Avatar for venkateshyeluri

Here I want to create an anonymous web chat application for my web site, where user just enters into the site and should start his chat conversation with who are online. here are my doubt regarding chat application.. How chat server will communicate with chat client as chat server doesnt …

Member Avatar for JorgeM
0
90
Member Avatar for venkateshyeluri

I am developing an java application for for login autentication form, I have pre saved username and password in my database. When admin enter his credetials, it validates to my DB and gives access to actual application Now, my application is used by admin and database is managed by DBA. …

Member Avatar for JamesCherrill
0
213
Member Avatar for venkateshyeluri

Hi, I am using an asp.net web application in which I want to retrevie database table names into my dropdown list box. I have wrote code for this there are no errors but I dont get any table name to my DDL box. Kindly help, Thank you. MySqlConnection connect = …

Member Avatar for Mitja Bonca
0
1K
Member Avatar for venkateshyeluri
Member Avatar for Mitja Bonca
0
90
Member Avatar for venkateshyeluri

I attempted to get the records from the MySQL database and display it on a Grid View but nothing appeared. The code is below: MySqlConnection myconn = new MySqlConnection("server=localhost;user id=root;password=db;database=workers;"); // myconn.Open(); string strSQL = "select * from details"; MySqlDataAdapter mydata = new MySqlDataAdapter(strSQL, myconn); MySqlCommandBuilder cBuilder = new MySqlCommandBuilder(mydata); …

Member Avatar for venkateshyeluri
0
190