Advanced Forum Search Results
-
It works for me.
-
Hi,
I created simple navigation application. I am facing issues when I try to send a query string in Navigation Framework.
Always there is a Error thrown like the Target Page is not Found.
Can anybody helped me?
-
Where will it be saved?
can I save it in the project folder itself.
-
Hi,
I have a requirement.
I need to save the text into a txt file but save dialog box should not be displayed.
Can anybody help me?
-
List<string> myList= new List<string>
{
"Select an Item",
"Item ...
-
Hi Pravin,
It's very nice that you are giving solutions but I must give the exact situation where I have stuck.
I have a ComboBox as follows:
<ComboBox x:Name="cmbMenu" Margin="0,0,20,0" Height="25" VerticalAlignment="Top" Grid.Column="1" Grid.Row="1" ...
-
The remove method is not allowing me to remove; instead throwing error like cannot remove from static List.
-
I guess you didn't understand my requirement. Please have a look on the following example:
Select A Value (Default Value of combobox)
Value 1
Value 2
Value 3
if you click the drop down arrow the list should not have the item (Select A Value)
-
Hi,
I need a combobox in silverlight which should have a default value like "Select from the List" and when the combobox is clicked for viewing the "Select from the List" should not come.
Can anybody help me out.
Thanks in advance.
-
Hi,
Can I use ScrollIntoView for searching for a DataGrid. If yes how?
I am usin:
MyDataGrid.ItemSource = myList;
Below is my code for Search Button Click
MyDataGrid.ScrollIntoView(txtSearch.text, MyDataGrid.Columns[1]);