Tagged Questions

0
votes
0answers
20 views

javascript ONLY loader before aspx…like gmail.com login loader

Hi. I have a Home.html that has a login form that POSTS to login.aspx the login.aspx takes a hell lot of time to load... so i want to have a javascript based function where the in …
2
votes
2answers
76 views

caching trouble: dynamic css files

I have some css files that need to be generated dynamically (why is complicated, but it's necessary). The easy solution is to change the files to aspx files, and use <%= %> tag …
0
votes
5answers
73 views

How do I “dynamically” add css class?

Hi. Inside my aspx file, I have the following html code inside an repeater: <div class="someItem ">. Now, if Eval("Approved") == true, then I would like to add the class a …
0
votes
1answer
15 views

Postback after JQuery Dialog box closes causes js error in IE

Hello All, I am creating JQuery dialog boxes and need the close functionality to cause a postback to the parent form (so that data changed in the popup form displays immediately o …
1
vote
3answers
58 views

global variable in ASPX C#

Hi, I write a ASPX c# page, and I MUST use a global variable like this; public static Decimal _Total; protected void Page_Load(object sender, EventArgs e) { if (Pa …
0
votes
2answers
42 views

Changed a page from ASPX to HTM(L) but IIS points to ASPX regardless

We recently rewrote our company homepage and have come across a peculiar error. We have very few pages that need any code behind them, so we wrote the website in static HTML serve …
3
votes
2answers
118 views
+100

Simulate the page lifecycle to grab the html from the UI layer

I'm working with a rather large .net web application. Users want to be able to export reports to PDF. Since the reports are based on aggregation of many layers of data, the best w …
0
votes
2answers
35 views

Eval ID on radiobutton in Datalist

my code gota datalist with radio button and iv made it single selectable onitemdatabound....now im trying to evaluate a hiddenfield on basis of selected radio button my code goes …
0
votes
2answers
16 views

aspx page with gridview runs very fast in IE but 20% of the speed on Firefox

Hi there I have a simple aspx page with some search options which queries an SQLEXpress database, and it is displayed in a gridview. For some reason, it runs lightning fast in IE …
-2
votes
1answer
32 views

what about calling aspx in php? [closed]

thts a cool answer its working fine with me using the response. write and i wonder how to use this with an image from aspx? echo file_get_contents("http://www.example.com/Default. …
0
votes
2answers
84 views

what about calling aspx in php?

first of all thanks for those who replied with this question, now i am working on the vise versa of calling aspx in php i hope you can help me. this is my code <html> …
0
votes
3answers
34 views

ASPX CMS - performance issues

Hello, I'm writing a web site (C#, ASP 3.5) while implementing a simple CMS. In several limited places - I allow the site admin to manage the page content. Editing the content is …
1
vote
1answer
58 views

Integrating Silverlight into aspx page

How we can add the silverlight project into a aspx page. I had created one digital clock project in silverlight. But i don't know how to integrate with the aspx page. Thanks in ad …
0
votes
4answers
40 views

Allow IE interaction to trigger execution of local code client-side

I want to allow interaction on a trusted webpage to trigger execution of code on the client. The users will be using IE as web browser. The code files to be executed will be availa …
0
votes
0answers
10 views

Adding net usercontrol to allowed add-on list

I currently have a net assembly within an aspx page by using the following tag. The page is only ever accessed using Internet Explorer. <object id="myControl1" classid="mydll.d …

1 2 next
15 30 50 per page