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.8K People Reached
Favorite Tags

30 Posted Topics

Member Avatar for bhavna_816

Hi Bhavna. Hw do u do? Well, first of all I would like to repeat what you've asked so that it'll be, you know, better for me to give my view... You are trying to select records of a particular field from a datatable displayed in a grid, through a …

Member Avatar for rickyenjohns
0
225
Member Avatar for dskumar_85

Hi You can do that by using JavaScript's OpenWindow() method and set the attribute values properly so that you get what exactly you want..

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

I guess you cannot have the id and name of an html element an number value or array value. [QUOTE=cali_dotcom;1119573]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 …

Member Avatar for madmital
0
96
Member Avatar for adaykin

Actually it is not possible with <p> tag but u can do the same thing with <div> tag. What u need to do is give margin style to both the <div> tags and mention the width for each of the <div> tags.. Hope it will work.

Member Avatar for almostbob
0
15K
Member Avatar for shivani15j

I hope you wont mind but it happend with me that even after assigning some value to Session.Timeout I'm not able to access my website pages as an authenticated user. Let me explain my situation, I've developed an web application where in a particular module I'm having three pages say …

Member Avatar for ardeezstyle
0
127
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
97
Member Avatar for rrocket
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
149
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
118
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
74
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
126
Member Avatar for thosecars82

[code=html]<DIV style="position: relative; width:760px; margin-left: 132; margin-right: 132; border: 1px solid red"> Center Text</DIV>[/code]

Member Avatar for MidiMagic
0
129
Member Avatar for sreein1986

hi ! may be the style u embedded is not supported by the browsers. Will u please let me know wat codes u used for the style

Member Avatar for MidiMagic
0
119
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
54
Member Avatar for nokomis
Member Avatar for shruti sepra

Hey Shruti How do you solve the problem? Will you please share the same so that I can learn and understand.. Regards Rupam Datta

Member Avatar for shruti sepra
0
80
Member Avatar for OmniX

Hi OmniX! What do you want exactly? Is it that you want to validate the field with only text or with only number? If it is clear to me than only I will try or may be in a position to solve your problem.

Member Avatar for OmniX
0
151
Member Avatar for nishanthaMe

Hi I've gone thro' ur problem and come out wid a solution if I do understand wat actually ur problem is. Now wen u r using DIV tag u have to use the attribute style wher u will mention margin-left for both the DIVisions and POSITION attribute as absolute. For …

Member Avatar for ardeezstyle
0
99
Member Avatar for adiga

Hi Adiga! Its not a problem to have 4 radio buttons. But you are not clearly stating what exactly you want. Please clarify what you exactly want Regards Rupam

Member Avatar for Traicey
0
79
Member Avatar for rpjanaka

Hi ! Since the checkboxes are generated dynamically, you can have the number of new chechboxes generate each time. Based on that you can easily have the chechbox id. I mean for instance the id of the checkbox is chk1, then it is obvious that chk will be common for …

Member Avatar for ardeezstyle
0
82
Member Avatar for dello

[COLOR="Green"] Hi! If am known which are the exact letters that should be allowed to be entered in the Input Text field, Then only I can try to find a solution of the same. Regards Rupam Datta [/COLOR]

Member Avatar for ardeezstyle
0
147
Member Avatar for forzadraco

Hi forzadraco! I have the following code for you.Please see if this code serve your purpose. If you are satisfied with the code , please mark it Solved.

Member Avatar for ardeezstyle
0
103
Member Avatar for plusplus

Hi Polash, I think Majestic has given u the right link. Go and learn from the site. Have a great day ahead.

Member Avatar for majestic0110
0
131
Member Avatar for sudhakary_rao

Hi, I may 've a solution for you. You can check it out. You need to work on ItemDatabound event, in that add attribute onDoubleClick to each of liste items & call some javascript function to open a pop up. Wish this help you....

Member Avatar for majestic0110
0
312
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
237
Member Avatar for mansi sharma

Visit this link you may be benefited... [url]http://www.answers.com/topic/join[/url]

Member Avatar for ardeezstyle
0
68
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
76
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
54
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
152

The End.