Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
0% Quality Score
Upvotes Received
0
Posts with Upvotes
0
Upvoting Members
0
Downvotes Received
1
Posts with Downvotes
1
Downvoting Members
1
0 Endorsements
~2K People Reached
Favorite Tags
Member Avatar for jateshs1007

I need a guidance for making a website. I wanted to know how can I make a website like, from the below websites. 1. http://www.mohi.me/ 2. http://leotartari.com/ I am interested in learning the slider of each section. I know the all basics (HTML, CSS, Javascript, PHP, ...). So please just …

Member Avatar for <M/>
0
183
Member Avatar for jateshs1007

Guys i was trying to make some changes in the default ASP.net project file. I am making a modal dialog box for login with the help of a video on [youtube](http://www.youtube.com/watch?v=zLiEutUlqok) (click on the link for that video) in ASP.net. Now here is the problem. I took the guidance of …

Member Avatar for alzz
0
209
Member Avatar for UtaChan

Ok I simply don't know how I am going to do this here is what I need: I have exercises in my db (question id,question text field,close/open(bool) field,right answer field and 3 wrong answer fields which are null unless it is a closed question) What I want to do is …

Member Avatar for bharat_4g
0
231
Member Avatar for jateshs1007

Guys i am niew for the .net site development. I have a small question. I have my personal login page created in jquery. I am not using login form of ASP.net. Now the question is how to create a session for the user. I have 4 web pages (Below are …

Member Avatar for hericles
0
160
Member Avatar for jateshs1007

I have a query to adjust the size of the fieldset. [Sliding Form](http://tympanus.net/codrops/2010/06/07/fancy-sliding-form-with-jquery/) from this site i have taken the sliding form. I have modified few things such as 1. There are only two fields Login and registration 2. It Do not check when all the are text field are …

Member Avatar for Sahil89
0
122
Member Avatar for jateshs1007

I am beginner, so please help me with these problem i am suffering I). I have a coding in ASP.net i want to display list of information from my database (MS Sql 2008 R2) to a table. My database contain: Name Email Address Phone I want this to be displayed …

Member Avatar for Skeldave
0
134
Member Avatar for jateshs1007

I have a making a grid view from code behind but the error occurs My code is: string str = ConfigurationManager.ConnectionStrings["SQLConn"].ConnectionString; protected void Page_Load(object sender, EventArgs e) { if (!IsPostBack) { GetData(); } } public void GetData() { SqlDataSource ds = new SqlDataSource(); ds.ConnectionString = str; ds.SelectCommand = "SELECT * …

Member Avatar for jateshs1007
0
734
Member Avatar for jateshs1007

1. How to create effective ajax table in asp.net 2. Having problem in adding data from dropdown list and saving it in sql server (a). In my .aspx web page i have First Name Last Name Gender Email (b) Gender is taken by dropdown list (c) When you run the …

Member Avatar for hericles
0
98
Member Avatar for jateshs1007

Create a computer application to maintain the product inventory of a T-shirt distributor using a database. Each record will contain a T-shirt name, a price, and the quantity on hand. The inventory can manage a maximum of 30 different shirts. The database you implement should allow a user to add …

Member Avatar for WaltP
-1
244