Ask a Question related to ASP.NET General, Design and Development.
-
dh #1
Executing a Concatenated String
I'm tring to control the CssClass and BgColor of a TableCell
WebControl with an ID of "Whatever".
What's the difference?:
//Coded Literally
Whatever.CssClass="bodyWhiteHeader"; //this works fine
//Coded via a value passed from a DropDownList
(ddlSortData.SelectedItem.Value+".CssClass=\"bodyW hiteHeader\";").ToString();
//this doesn't work. But no errors arise and it traces as a string
with the correct syntax.
thanks.
dh Guest
-
concatenated xml files?
Hello, Im integrating to UPS, and they want 2 concatenated xml files sent (and recieved) under one POST connection. Example: <?xml... -
Maintain query string and somehow auto refresh a pagewith that string intact
I have a drill down where on page one the user selects criteria to narrow down the search for a speicific group of employees(like all hired between... -
checking concatenated variable's value
i have an if statement that reads if ( "answer" add i == "answered" It is part of a for loop that is supposed to check the value of... -
Cannot create an object of type 'System.String[]' from its representation 'String[] Array'
Hello, I am designing a .net custom control in VS.net 7.1 and my control exposes an array of strings which are supposed to be the items to show. To... -
String question: Returning portion of string with words surrounding highlighted search term?
I'm looking to find or create an ASP script that will take a string, examine it for a search term, and if it finds the search term in the string,...



Reply With Quote

