Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
Ranked #16.0K
Ranked #3K
~3K People Reached
Member Avatar for kubi081

Hi, I was wondering how can we do link previews for video link like facebook which brings video to the page once you shared the link. Thanks in advance

Member Avatar for kubi081
0
141
Member Avatar for Johnrocks

Hello, I want to put all my events in one class file and call them in a main window following is my code in mainwindow.xaml file [CODE] <Window x:Class="WPF123.MainWindow" xmlns:Local="clr-namespace:WPF123"> <Window.CommandBindings > <CommandBinding Command="Local:MyCommands.Print" Executed="PrintCommandHandler" CanExecute="CommandBinding_CanExecute" /> </Window.CommandBindings> ... <Button SmallImageSource="Images\Print.png" ToolTipTitle="Print" Command="Local:MyCommands.Print" /> </Window>[/CODE] mainwindow.xaml.cs [CODE] public MainWindow() { …

Member Avatar for Panathinaikos22
0
146
Member Avatar for dyahalifda

Hai all,, Currently I'm writing code in ASP.NET using VB language. I got an issue regarding dropdownlist. In my form, I have a treeview and a dropdownlist which are populated with data from database. When I click a node in treeview, the dropdownlist should be populated with values based on …

Member Avatar for dyahalifda
0
161
Member Avatar for compukey123@gma

hello, m using vs2008 and want to implement download button..so dat client can easily download wat dey want....plz rply asap

Member Avatar for shravan24
-1
82
Member Avatar for pavangajula2007

I had no knowledge about asp.net. I want to start knowing and studying about asp.net can u tell me the best book that i have to read

Member Avatar for compukey123@gma
0
171
Member Avatar for to.areeb

I have htmltable which dynamically generated. I want to print this table. which consist lot of pages. when I used window.print() its printing into 7, 8 pages. but my problem is I need Header and footer on each page (A4 size). how can Set header and footer to each page. …

Member Avatar for Alfredking
0
440
Member Avatar for vipin.luhach

Sir I want to connect sql server database as a public in asp.net C# i'm connected sql server in Web.Config file but i don't know how to use as a public in full project help me sir

Member Avatar for vipin.luhach
-1
351
Member Avatar for jonsan32

I have 6 horizontal navigation image links on top of my site. The regular images are black n white, but on the hover they transform to a colored image. Each image leads to a different page on my site, I'm wondering if I can make the image corresponding to that …

Member Avatar for shravan24
0
228
Member Avatar for Ehtesham Siddiq

Hi, I have a datagridview with many columns.I want to give this GridView Columns proper order according to my requirement. Like example. I have three columns 1.RegNo. 2.Name. 3.Address. I want that the Name should be the first Column,RegNo second and Adress Third. My application is in Silverlight Coded in …

Member Avatar for Ehtesham Siddiq
0
289
Member Avatar for cutebaboi

its been 6 days passed since i started making this assignment of mine it is to show how objectdatasource is used, until now, i still cannot getaway with this error, [B][U]The data source for GridView with id 'GridView1' did not have any properties or attributes from which to generate columns. …

Member Avatar for cutebaboi
0
1K