Tagged Questions

0
votes
1answer
34 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 WinSubne …
0
votes
1answer
30 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 dynami …
0
votes
1answer
120 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 t …
1
vote
3answers
521 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 …
0
votes
1answer
97 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 ScriptReference( …
0
votes
2answers
104 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 …
0
votes
0answers
119 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 req …
0
votes
2answers
338 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. thi …
1
vote
1answer
125 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('scri …
0
votes
3answers
294 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 measur …
0
votes
2answers
51 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 …
0
votes
1answer
114 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[' …
0
votes
3answers
252 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 l …
0
votes
3answers
657 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
vote
1answer
102 views

Alternatives to create swf files (which has external content loaded into them) dynamically?

I'm about to start a project where there will be a Flash application where the visitor customizes a profile with externally loaded images and texts. Then the visitor needs to be ab …

1 2 3 next
15 30 50 per page