2
Answers

TrackBar doesn't apply the TickFrequency when I drag it

Tomas Westerlund

Tomas Westerlund

11y
1.5k
1
Hi,
I have set the TickFrequence on my TrackBar to 1 and when I use the arrow keys it only increases or decreases one, as it should, but when I use the mouse it show decimal values.

I googled it but couldn't find any help. Can someone help me with this?

Note: I'm using WPF

Thanks in advance,
Tomas
Answers (2)
0
Iftikar Hussain

Iftikar Hussain

NA 18.9k 275.5k 11y
can you share your code?

Regards,
Iftikar
0
selva kumar

selva kumar

NA 582 132.1k 11y
No, if i clicking Kirans viewdetail...the whole details of kiran should displayed on new page...

can u give me the c# code...
0
Iftikar Hussain

Iftikar Hussain

NA 18.9k 275.5k 11y
try like this

<asp:HyperLinkField 
      DataTextField="Section" 
      HeaderText="" 
      DataNavigateUrlFields="Section" 
      DataNavigateUrlFormatString="SectionDetails.aspx?SectionID={0}" />


Regards,
Iftikar
0
selva kumar

selva kumar

NA 582 132.1k 11y
Thanks For your reply...i have created hyper link...when i clicking view details of fist person...full details of fist person will displays on new page...give me an idea....
0
Iftikar Hussain

Iftikar Hussain

NA 18.9k 275.5k 11y
You can refer this link

http://www.ezzylearning.com/tutorial.aspx?tid=8093456

Regards,
Iftikar
0
Iftikar Hussain

Iftikar Hussain

NA 18.9k 275.5k 11y
Hi,
        try like this

<asp:TemplateField>
                    <ItemTemplate>
                        <asp:HyperLink ID="HyperLink1" runat="server" NavigateUrl='<%# Bind("LeadID") + Request.QueryString("type") %>'
                            Text=""></asp:HyperLink>
                    </ItemTemplate>
                </asp:TemplateField>

Regards,
Iftikar