Tagged Questions

0
votes
1answer
30 views

how to update product.wxs file dynamic

Hello, i want to make an application which includes dynamic screensaver. User can select multiple images from their PC and generate swf file. so i want to include swf file and images in the …
1
vote
3answers
622 views

Accessing value of dynamically created controls c# asp.net

I'm trying to access the value of a selected radioButton. I have a list of radio button's seperated by sub headers (hence why i havent used a radioList) I don't know how to access the selected value …
0
votes
1answer
69 views

Add Checkbox DataGird Wpf C# Disable problem

I have added checkboxes into a DataGird, but they are not enabling they just disable when i click on another control giving you complete source code. public partial class WinSubnetRangeInput : …
0
votes
1answer
137 views

Spring MVC dynamically binding to and from a list of beans

Hi, I am new to spring MVC.In my application I need to bind dynamically generated textbox contents to a list of beans dynamically.I went through the spring mvc book for binding to lists.But before …
0
votes
3answers
328 views

ASP.NET MVC dynamically load user control, like in ASP.NET Web Forms

Hallo, my team and I are about to start a project, and we would really like to use ASP.NET MVC, not the Web Forms. Why? Nothing special, just we want to learn it well and to measure what would be …
0
votes
2answers
400 views

retain value of input type file in a jsp file while being dynamically generated

i have a jsp page where i have a input type file and i m allowing the user to browse files. i have one such input on jsp and the rest i m generating dynamically by javascript. this is my jsp code: …
0
votes
1answer
120 views

Adding an ScriptReference Dynamically which is a page request to ScriptManager

Hi! I use ScriptManager in my ASP.NET page, and want to add a ScriptReference which is a page request like this: var id = 10; tsm.CompositeScript.Scripts.Add(new …
1
vote
1answer
149 views

Dynamically Loading Google Maps api’s

Hi, Im trying to load the google maps api's dynamically. I'm using the following code: var head= document.getElementsByTagName('head')[0]; var script= document.createElement('script'); script.type= …
0
votes
2answers
121 views

ASP.NET Saving webpage layout in a smart and fast way

Hello! I don't know what i should title this question regarding ASP.NET and saving a webpage layout. I will be referring to BBC just illustrate what i am after. http://news.bbc.co.uk/ The page will …
0
votes
3answers
278 views

How to dynamically parse and compare string values in C#?

Sorry that I had to re-edit this question. I need to dynamically parse two string values to the appropriate type and compare them, then return a bool result. Example 1: string lhs = “10”; string …
0
votes
1answer
36 views

Resin Restarts when class files or Servlets are uploaded.

Hi. When we upload a .class file or a servlet to the server, the web server restarts. This does not happen when we upload a JSP. Is there a way to configure Resin so that it dynamically loads the …
0
votes
0answers
140 views

dynamically binding data to a combobox in datagridview

I have a datagridview which is bound to a databindingsource one of the column in this datagridview is a combobox the combobox is also bound to a different binding source now my requirement is that …
1
vote
3answers
232 views

Dynamic creation of new lookup tables based on values in main data table

I am working on an application which accepts any uploaded CSV data, stores it alongside other datasets which have been uploaded previously, and then produces output (CSV or HTML) based on the user …
0
votes
2answers
54 views

Application fails to dynamically _re_load JavaScript files

Hello people.. I have research about an issue and could not find a solution for it through normal JavaScript techniques (maybe there is but I did not find any). The thing is, my application loads ( …
0
votes
3answers
746 views

dynamically change css attribute’s value in asp.net

how can i change the css attribute value at runtime like all h1 color="blue" and all p color="green". if anyone know it please help me!

1 2 3 next
15 30 50 per page