Tagged Questions

0
votes
4answers
62 views

Which is good way to bind more than 10000 records with sql?

first way By using java script or second way By using Data sourse in asp.net sqldatasourse which is taking less stress while loading the data.. into webpage
1
vote
3answers
71 views

Why does hitting enter key in the textbox in firefox browser set Page.IsPostback value as true?

Hi, I've an aspx page which has got a textbox and a submit button.Entering data in the textbox and hitting the button shows a listview control which displays data retrived from th …
2
votes
4answers
48 views

Consuming Web Service from javascript in .net page

How to do it? I am completely new to this and wish to start learning it. I am going to have a tree structure, most probably a html/Javascript tree which will need to be saved into …
0
votes
3answers
32 views

how to clear an label value in javascript

hi, I have an label "test" comimg from .cs [c# code] text="data saved successfully" . but once I click the save button i need to clear its text right now I ha …
1
vote
4answers
56 views

Absolute path reference problem on virtual directory

My image path references (src='/images/image.jpg') inside my .js files are failing when there is a virtual directory as the virtual directory gets included to the path hierarchy …
0
votes
2answers
30 views

Access control attribute in code

I gave a button an attribute called notetype. <asp:ImageButton ID="bttnSave" notetype="none" runat="server" ImageUrl="~/images/bttnSave.gif" onclick="bttnSave_Click" /> I …
-1
votes
2answers
31 views

embed javascript variable in asp.net control id

Hi, I'm working with a table of asp.net controls on client side. They are all named in the following fashion when they are created on server side: "txt_name_" + rowNum. I know I …
0
votes
5answers
62 views

Periodic refresh or polling

I am trying to use periodic refresh(ajax)/polling on my site by XMLHttp(XHR) to check if a user has a new message on the database every 10 seconds, then if there is inform him/her …
0
votes
1answer
27 views

Jquery Listbox / Textbox filter

Hi, I have the following jquery function for filtering the contents of a listbox on the onkeyup event from a textbox. function DoListBoxFilter(listBoxSelector, filter, keys, val …
0
votes
3answers
52 views

Page not submitting in Firefox

Hi, I've a user control registered in an aspx page. User control has a textbox and a submit button. Ascx code of user control is placed under a asp:panel. Using firefox, when user …
1
vote
3answers
60 views

Popup window, how to Hide URL bar in IE8

when I open popup window and set location=0 or location=no, url bar is still shown in IE8 and readonly. How can hide it? Thanks
0
votes
3answers
63 views

How to call javascript function from code behind?

I want to execute javascript function from code behind page. I have two way that first that I can call javascript of html page in my code behind. second is that i can write javas …
0
votes
2answers
21 views

problem with images load on setTimeout

Hello everybody, I have a problem, that i seems not be able find my way around it. The problem is, that I load images and some text trough ajax call, and then after some time i t …
0
votes
3answers
31 views

ASP.Net: How to open a second window and write something in the mainwindow?

Hi guys, I want to open a window on a button click (favorite is ImageButton) and do some searches there. The search should be in a grid view and give the information back directly …
1
vote
3answers
55 views

Crystal Report Best Practice Question

Hello All; I have got a task regarding parameter passing to Crystal Report via Crystal Report, I would like to find best way to achieve it. Imagine that I have got parameterized …

1 2 3 4 5 87 next
15 30 50 per page