Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
100% Quality Score
Upvotes Received
2
Posts with Upvotes
2
Upvoting Members
2
Downvotes Received
0
Posts with Downvotes
0
Downvoting Members
0
0 Endorsements
Ranked #4K
~19.4K People Reached
Favorite Tags
Member Avatar for bhavna_816

I have a datatable which is having n no. of rows and each row has a unique field say ID. Now I want to get a particular row for a specified ID. eg. there are 5 rows in a datatable and the id's are 1,2,3,4 and 5 and if I …

Member Avatar for rickyenjohns
0
221
Member Avatar for dskumar_85

i have a hyperlink called companyname in gridview .when i click it has to open popup window and provides details of that company.can someone explain how to call popup window in hyperlink

Member Avatar for imamul.karim
0
2K
Member Avatar for cali_dotcom

Hi all, i'm working on a php script and i got a little javascript. i'm trying to get information from some hidden fields but i keep getting an error, udefined. here are the codes: [CODE] var counter = 5; var avail = document.getElementById['available_array[counter][0]'].value; [/CODE] here is the original [CODE] tmp=document.order.elements['available_array[counter][\"+document.order.elements['BRANCHC[ …

Member Avatar for madmital
0
95
Member Avatar for adaykin

Hello, I need to put two <p> or <div> tags right next to each other so horizontally they line up with each other. So it would like something like: [CODE]<p>Text</p><p>More Text</p> <div>Text</div><div>More Text</p>[/CODE] But I want them to be on the same plane horizontally. How would I do this? I …

Member Avatar for almostbob
0
14K
Member Avatar for shivani15j

i m using session in my website(ASP) but after logging in if i don't acccess the page for 5 minutes session expires n if i continously access some pages then after 15 minutes session expires.i have used global.asa file then same problem occurs and if i dont use global.asa then …

Member Avatar for ardeezstyle
0
124
Member Avatar for ardeezstyle

Hi everyone! this is Rupam, I've been building a web application where I need to include a web page where I'll display images from two different tables in a database. I want to show only two images one from each table at a time, i.e. in one page. What I …

Member Avatar for cj9000
0
94
Member Avatar for rrocket

I am trying send information to the DB and the SP will return a recordset. The problem is that I keep getting this error (ADODB.Recordset error '800a0e78' Operation is not allowed when the object is closed). I saw a bunch of posts using queries, but none using SPs and cannot …

Member Avatar for ardeezstyle
0
297
Member Avatar for ardeezstyle

Hi everybody, how about you? I have come across a problem. I've created a webpage and provided login user and pwd for security. There are many such pages which needs authentication for any access. For instance, there is a page called Notice Board which is linked from the index.asp page. …

Member Avatar for vicky_rawat
0
148
Member Avatar for ardeezstyle

Hi everybody! I'm trying to save my web page using javascript. Can anyone please help me write the code for the same. document.execCommand(sCommand [, bUserInterface] [, vValue]) is not working in firefox. If there is any alternative to this code please let me know. Thanks a lots for reading my …

Member Avatar for ardeezstyle
0
115
Member Avatar for ardeezstyle

Hi everybody, is it possible to refresh/reload a webpage from a child page ? I f possible, may I knw the code for that?

Member Avatar for drago865
0
70
Member Avatar for ardeezstyle

Hi everyone, Gud morning!!! I've encountered a problem using innerHTML for coding and unfortunately it is not working in Firefox. Can anyone from you help me in the regard. I'll be thankful to him/her. Thanks a lot for goinh thro' my thread. Any help will always be well appreciated. Regards …

Member Avatar for ardeezstyle
0
125
Member Avatar for thosecars82

Hello there I do not know what I am doing wrong but I do not get to center this site [url]www.metatradersoftware.com[/url] completely. Although it has moved a bit to the right side since I put the wrapper, it is still staying quite on the left part of the screen. The …

Member Avatar for MidiMagic
0
127
Member Avatar for sreein1986

Hi, I created one website but in that website in that site i make a link and applied style sheet but in browser style sheet not appered please help me

Member Avatar for MidiMagic
0
117
Member Avatar for ardeezstyle

Hi Everybody! How are you doing? I've come across a problem which I'm unable to solve. Actually itz related to window.opener method in javascript. The problem is the code which is very well working in IE is not working in Firefox. Let me provide the code which will help you …

0
51
Member Avatar for nokomis

ok. i have to put this game [url]http://garb.100webspace.net/Checkers.html[/url] in my html page as an applet...have all the class files, but not sure how make the game appear (in a separate window) after pressing the submit button on the html page. The following snippet is NOT what I want: [code=html]<a href="http://garb.100webspace.net/Checkers.html" …

Member Avatar for techbongo
0
55
Member Avatar for shruti sepra

Hi, Iam trying to make rounded navigation using css, but facing few problems pls see the attach file problems are 1) Their is gap on left side 2) Background in not visible in Mozilla browser

Member Avatar for shruti sepra
0
79
Member Avatar for OmniX

I have done this in IE but unable to in firefox. So can someone generate a simple piece of code using javascript that will allow me to PHYSICALLY ONLY enter Numbers\Letters\Etc. Not a message popping up once the form is submitted stating that I have numbers where letters should be …

Member Avatar for OmniX
0
147
Member Avatar for nishanthaMe

[code=html]<html> <head><title>mypage</title> </head> <body> <div id="first"> <div> first div</div> <div> second div</div> </div> </body> </html>[/code] Out put of this code appers as follows [B]first div second div [/B] But I want the out out as [B]second div frist div[/B] and the above out put should be right hand side of …

Member Avatar for ardeezstyle
0
98
Member Avatar for adiga
Member Avatar for Traicey
0
77
Member Avatar for rpjanaka

hi all, in my form there are number of checkboxes that is dynamically generated. accordig to the user,s action (when going to edit a record), i want some of them are checked using javascript. but i dont have id of checkboxes that i want to check, only have the value …

Member Avatar for ardeezstyle
0
80
Member Avatar for dello

Hi all, I was wondering if somebody could help me... I have a form field which I want to lock down so users can only enter a specific combination eg. first character is a letter - can be either B,C,W,F,A,H which is followed by seven numbers. I have got some …

Member Avatar for ardeezstyle
0
144
Member Avatar for forzadraco

i have some checkbox: i.e: [code=html]<input type="checkbox" name="a" value="a" onclick="check(this)" />a <input type="checkbox" name="b" value="b" onclick="check(this)" />b <input type="checkbox" name="c" value="c" onclick="check(this)" />c <input type="checkbox" name="d" value="a" onclick="check(this)" />a[/code] if user select >= 2choices, the other checkbox become disable and < 2choices become enable.. so user max choose 2 choices.. …

Member Avatar for ardeezstyle
0
101
Member Avatar for plusplus

I am looking for a visual studio tutorial, can you suggest one? I have expirience working in visual basic and was asked by my boss to learn asp.net. So I got visual studio installed, and read a few sites about asp.net. the idea of visual studio looks very much like …

Member Avatar for majestic0110
0
122
Member Avatar for sudhakary_rao

Hi i am having listbox,i want to open a new window after doubleclick of particular item in listbox in asp.net

Member Avatar for majestic0110
0
309
Member Avatar for ardeezstyle

Hi! I've used these codes in my aspx document <script runat="server"> Sub change(sender As Object, e As EventArgs) lbl1.Text="You changed text to " & txt1.Text End Sub </script> And inside the HTML <body> tag I used this... <form runat="server"> Change text <asp:TextBox id="txt1" runat="server" text="Hello World!" ontextchanged="change" autopostback="true"/> <p><asp:Label id="lbl1" …

Member Avatar for majestic0110
0
234
Member Avatar for mansi sharma

1) [B]INNER JOIN[/B]---I know 2)[B]OUTER JOIN[/B]--I know 3)[B]CROSS JOIN[/B]--I know 4)[B]THETA JOIN[/B]--???? 5)[B]SELF JOIN[/B]--?????? 6)[B]NATURAL INNER JOIN[/B]- It eliminates attributes that have the same name. Can u plz frd me the example of NATURAL INNER JOIN. cz its not working in SQL 2005. 7) [B]EQUI JOIN[/B]----?????? Your EArly Reply will …

Member Avatar for ardeezstyle
0
66
Member Avatar for ardeezstyle

Hi I've a query to ask...... The Page_Load subroutine runs EVERY time the page is loaded. If we want to execute the code in the Page_Load subroutine only the FIRST time the page is loaded, we can use the Page.IsPostBack property. If the Page.IsPostBack property is false, the page is …

Member Avatar for majestic0110
0
74
Member Avatar for ardeezstyle

Hi, In ASP.NET submit is the default button control. Having said that, I want to use command button control. Please show me the way of using the aforesaid with an example.

Member Avatar for majestic0110
0
51
Member Avatar for ardeezstyle

Hi Myself a keen learner and developer of software application which includes web application and windows application. I want to learn a lot of things from the community people and diseminate the same for good purpose. With Regards Rupam India

Member Avatar for Serunson
0
42
Member Avatar for ardeezstyle

Hi ! This is Me.... I want to start learning ASP.NET. I have done ASP and know the basics. So I just want to share the views of all the other members of this forum so that I actually learn the aforesaid subject very nicely.... Thanks Rupam 06/may/08

Member Avatar for ardeezstyle
0
147