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
~4K People Reached

10 Posted Topics

Member Avatar for kubi081

You Can use the below code in your page just replace the source path at embed src="flash/logoround.swf" <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0" width="364" height="54"> <param name="movie" value="flash/logoround.swf" /> <param name="quality" value="high" /> <embed src="flash/logoround.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="364" height="54"></embed> </object>

Member Avatar for kubi081
0
148
Member Avatar for Johnrocks

WPF is next generation rich application development possible .It has so many features compare to normal windows application.It has variety controls as well typical databinding conecpts .Graphs,report,Chart applications so many things we can develop with more interactive .

Member Avatar for Panathinaikos22
0
153
Member Avatar for dyahalifda

Pls check that is part_Page drop down visible and binded properly if you not found anything please give me a reply

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

Hi , Please find the below code here i gave an example of csv file download here you can change whatever file name type you want private void Downloadfile() { System.IO.FileInfo file = new System.IO.FileInfo(@"D:\csv.csv"); if (file.Exists) { Response.Clear(); Response.AddHeader("Content-Disposition", "attachment; filename=" + file.Name); Response.AddHeader("Content-Length", file.Length.ToString()); Response.ContentType = "application/octet-stream"; Response.WriteFile(file.FullName); …

Member Avatar for shravan24
-1
84
Member Avatar for pavangajula2007

Please go through this step by step it helps you to gain knowledge on Asp.net [url]http://msdn.microsoft.com/en-us/library/aa286485.aspx[/url] and also go to [url]http://www.asp.net/[/url] in this site you have many vedios for each and every concept like you requested above topics(css,js,.Net framework,c#,database). For HTML you can go to w3school

Member Avatar for compukey123@gma
0
173
Member Avatar for to.areeb
Member Avatar for vipin.luhach

Create a public class which contains the connection string and new connection creation in a single method. use the public class method in full project any where. [code] public class DBConnectionClass { public Sqlconnection GetConnection() { string ConnectionString=System.Configuration.ConfigurationMangare.Connectionstring["ConnectionStringNameinWeb.config"].tostring(); Sqlconnection Cn=new SqlConnection(ConnectionString); return Cn; } } [/code] It may helps you …

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

Use Jquery Light Box feature it will be more help ful for your specific Requeirement. [url]http://wowslider.com/jquery-slider-3d-digit-stack-v-demo.html#[/url]

Member Avatar for shravan24
0
244
Member Avatar for Ehtesham Siddiq

Based on the Select query you wrote the columns will come . for example write in this way : select Regno,Name,Adress,Pincode from temptable this may gives you correct result

Member Avatar for Ehtesham Siddiq
0
294
Member Avatar for cutebaboi

Create Properties for the above fields you declared it will work like example below: int mid; public int Mid { get { return mid; } set { mid = value; } }

Member Avatar for cutebaboi
0
1K

The End.