Tagged Questions

0
votes
1answer
23 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 …
0
votes
1answer
44 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 : …
1
vote
3answers
562 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
32 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
1answer
129 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
1answer
106 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
137 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
110 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
0answers
127 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 …
0
votes
2answers
361 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
3answers
312 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
53 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
262 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
125 views

PHP - some pictures doesn’t load (css problem?)

Hello, i am dynamically loading a website via file_get_contents with the following script. <?php header('Content-Type: text/html; charset=iso-8859-1'); $url = (substr($_GET['url'], 0, 7) == …
0
votes
1answer
108 views

How to get data from dynmically created Treeview.

I am using ComponentArt Third party controls for ASP.NET 2.0. Here is the problem i am facing. I created some ComponentArt.Web.UI.TreeView at runtime on Page_Load. Now at click event of a button, i …

1 2 3 next
15 30 50 per page