Click here to Skip to main content
15,895,084 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: How to use Autocomplete TextBox in .net 2.0 without webservice? Pin
Abhijit Jana23-Oct-08 20:14
professionalAbhijit Jana23-Oct-08 20:14 
GeneralRe: How to use Autocomplete TextBox in .net 2.0 without webservice? Pin
kandalu23-Oct-08 20:41
kandalu23-Oct-08 20:41 
AnswerRe: How to use Autocomplete TextBox in .net 2.0 without webservice? Pin
N a v a n e e t h23-Oct-08 21:29
N a v a n e e t h23-Oct-08 21:29 
GeneralRe: How to use Autocomplete TextBox in .net 2.0 without webservice? Pin
kandalu24-Oct-08 1:24
kandalu24-Oct-08 1:24 
QuestionHow to store the Images in sql table and how to display the images in gridview...? Pin
mcmilan23-Oct-08 18:50
mcmilan23-Oct-08 18:50 
AnswerRe: How to store the Images in sql table and how to display the images in gridview...? Pin
Abhijit Jana23-Oct-08 19:29
professionalAbhijit Jana23-Oct-08 19:29 
AnswerRe: How to store the Images in sql table and how to display the images in gridview...? Pin
N a v a n e e t h23-Oct-08 21:34
N a v a n e e t h23-Oct-08 21:34 
QuestionProblem setting up an Object data source for Forms view Pin
Tina P23-Oct-08 18:14
Tina P23-Oct-08 18:14 
I'm trying to set up an object data source which will be used to populate a text box for instance. The problem that I'm running into is that the object's method that does the actual query takes a parameter (ID). So I need to set

<pre>

<asp:ObjectDataSource ID="odsCities" runat="server" SelectMethod="CitiesList" TypeName="WEBSWAPP_BLL.Demos">
                            <SelectParameters>
                                <asp:ControlParameter ControlID="?????" Name="ProvinceID" PropertyName="AssemblyID"
                                    Type="Int32" />
                            </SelectParameters>
                        </asp:ObjectDataSource>
</pre>


Now the problem is that the value that needs to be passed to the object is the assembly id but it's been retrieved from a drop down list which is located on the page itself. Now this new datasource that I'm setting is on a separate user conrol (.ascx file). So I can't use the drop down list from the page itself...whats the best way to accomplish that?

Thanks
AnswerRe: Problem setting up an Object data source for Forms view Pin
AhsanS23-Oct-08 20:14
AhsanS23-Oct-08 20:14 
QuestionMULTIVIEW - SetActiveView should be automatically set by PageLoad using a SessionVariable called "LinkID" Pin
AfricaTwin23-Oct-08 11:24
AfricaTwin23-Oct-08 11:24 
QuestionOpen-source ASP.NET shopping cart Pin
Andrey Mazoulnitsyn23-Oct-08 6:35
Andrey Mazoulnitsyn23-Oct-08 6:35 
AnswerRe: Open-source ASP.NET shopping cart Pin
AhsanS23-Oct-08 20:22
AhsanS23-Oct-08 20:22 
GeneralRe: Open-source ASP.NET shopping cart Pin
Andrey Mazoulnitsyn23-Oct-08 22:42
Andrey Mazoulnitsyn23-Oct-08 22:42 
Questioncant obtain new value of html control attribute Pin
shovaly23-Oct-08 6:00
shovaly23-Oct-08 6:00 
AnswerRe: cant obtain new value of html control attribute Pin
Brij23-Oct-08 18:22
mentorBrij23-Oct-08 18:22 
QuestionSystem.Data.OleDb.OleDbException: 'Y:\Macros\WFAC' is not a valid path Pin
farmer23-Oct-08 5:59
farmer23-Oct-08 5:59 
AnswerRe: System.Data.OleDb.OleDbException: 'Y:\Macros\WFAC' is not a valid path Pin
AhsanS23-Oct-08 18:31
AhsanS23-Oct-08 18:31 
GeneralRe: System.Data.OleDb.OleDbException: 'Y:\Macros\WFAC' is not a valid path Pin
farmer24-Oct-08 3:02
farmer24-Oct-08 3:02 
QuestionHow to raise Session_End event at Global.asax if I use SQLServer for session state. Pin
mdpavel23-Oct-08 4:50
mdpavel23-Oct-08 4:50 
AnswerRe: How to raise Session_End event at Global.asax if I use SQLServer for session state. Pin
Guffa23-Oct-08 14:52
Guffa23-Oct-08 14:52 
QuestionCustom ExpressionBuilder + ParseControl. No Joy? [modified] Pin
mgkr23-Oct-08 4:17
mgkr23-Oct-08 4:17 
AnswerRe: Custom ExpressionBuilder + ParseControl. No Joy? Pin
mgkr23-Oct-08 22:24
mgkr23-Oct-08 22:24 
Questionfor executing lnkAddTraveller_Command event block when click on lnkAddTraveller link always need 2 times click Pin
trilokharry23-Oct-08 4:01
trilokharry23-Oct-08 4:01 
QuestionQuery String! Pin
blakshmi23-Oct-08 2:31
blakshmi23-Oct-08 2:31 
AnswerRe: Query String! Pin
Brij23-Oct-08 3:41
mentorBrij23-Oct-08 3:41 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.