13,153 Topics
| |
hi, I was wondering if someone give you an image e.g. [url]http://www.google.co.uk/images/nav_logo29.png[/url].. how do you get one image and include it in your page without using photoshop etc. Say we have a pack of playing cards and all the cards are in one image how do you select one card … | |
Hi there I have a .net (3.5) user location dropdown menu (System.Web.UI.WebControls.DropDownList) called ddlLocation, that when the user selects a location menu item that item is saved in a database table, so that the next time the user accesses the page the selection is pulled from the db table. The … | |
| |
m getting error when i deployed my application on serve ie An error occurred during local report processing. The report definition for report 'D:\Mohsin_VBT\Published Sites\IAMS\Admin\AuditMasters.rdlc' has not been specified Could not find file 'D:\Mohsin_VBT\Published Sites\IAMS\Admin\AuditMasters.rdlc'. anyone know please let me know... m waiting thanks Mohsin Mukri | |
Hi, I have to send a notification to my clients using a email template. For eg if i have updated some data a notification should be send to them that some updates have done. So how can i do that? Please help me out its very urgent. | |
I have a gridview which will display data from sql database. I need to use a custom delete button that when a checkbox is checked it will delete the row from the database its like the gmail functionality. | |
hi i have problem in treeview. i create a program in asp.net and use treeview in master page. i have checkes as follows [code] Protected Sub TreeView1_TreeNodeDataBound(ByVal sender As Object, ByVal e As System.Web.UI.WebControls.TreeNodeEventArgs) Handles TreeView1.TreeNodeDataBound If Strings.InStr(e.Node.NavigateUrl.ToString, "?") > 0 Then e.Node.Target = "_blank" End If Select Case e.Node.Text … | |
i called a method and wrote the code there it throws an error of both datasource and datasource id shouldnot have the same name. [code] public void bindGridView() { ArrayList l=new ArrayList(); string strcon = ConfigurationManager.ConnectionStrings["connection"].ToString(); SqlConnection con = new SqlConnection(strcon); con.Open(); string insertstmt="SELECT * FROM officemaster where deptoffcode='"+TextBox1.Text+"'"; SqlCommand … | |
The main problem is that I recieve the following message: "base {System.SystemException} = {"Unable to create a constant value of type 'BokButik1.Models.Book-Author'. Only primitive types ('such as Int32, String, and Guid') are supported in this context."}" based on this LinQ code: [CODE] IBookRepository myIBookRepository = new BookRepository(); var allBooks = … | |
this is my code.. i can upload everything (image, pdf, doc, ppt, xls, text), but i can upload file with Microsoft Office 2007 (docx, pptx, xlsx).. whats wrong with my code? can u help me? Please?? [code] DMSDataAccess db = new DMSDataAccess(); Dokumen doc = new Dokumen(); Versi versi = … | |
I have a C# website that includes AJAX. The site has a master page and sub pages. I am revamping the photo gallery sub page to include a jquery function that displays a larger version of a thumbnail image when hovered. The thumbnails are listed in a xaml file, at … | |
Hi..i am fresher in our company Astin Softech PVT.LTD. and i am face too much problems daily.... how to start to develop a web site....how could i make web page...how to write codes for making forms..??? | |
Problem: Having problem to find a source solution (inherit code in view state) to display data from SokningPerformSearchViewModel and its generic list in view state. Questions/request: Need to display data from my viewmodel SokningPerformSearchViewModel and its generic list as a strongly typed (if possible)? This question is a follow-up from … | |
i isntalled web platform installer 2.0 ,and select Dot net nuke community see image now what to do afetr it !! i have to work with change skining with C# in upcoming days but i m quite new to it!! any help | |
[code] protected void Page_Load(object sender, EventArgs e) { string categoryName = Commons.TamilNewsLinks; var cate = Category.Categories.Where(t => t.Title.ToLower() == categoryName.ToLower()); if (cate != null && cate.Count() > 0) { List<IPublishable> posts = Post.GetPostsByCategory(cate.First().Id).ConvertAll((p => p as IPublishable)); int postCnt = posts.Count; if (postCnt >= 10) for (int icount = 0; … | |
Hi there, I have a prob. I am trying to build a form in Html and when submitted it should go to other URl and to Asp.net file. Can anyone help me with this. In ASP.net i am using the following code [CODE] protected void Page_Load(object sender, EventArgs e) { … | |
What The Different Between Html Pages And Asp Pages ?????? Please reply Me | |
the syntax should be something like this: <% function("var") %> ...but this does not work. The function is called and no errors are produced. The function return value simply does not print. Please help, I know this is a very simple explanation. | |
Hi there, I got an empty Web content form that contains the content of a master page. When oen fo the buttons on the form is pressed im required to create a new window to show the result. How can I create that new window without actually having to add … | |
How to create exe file in ASP.NET application(for web based application). I know for windows application but i dont know for web application | |
How I can create Flash manu bar in ASP.Net Like SBI Softwere Makemytrip.com I downloaded that code but there was used <ol> code PLeas Help Me about this matter | |
| |
How to show the Empty Grid view in asp .net .... it possible then please tell me how?. thanks in advance Bala.. | |
Hi all I populated gridview using custom paging and wraped it in update panel. Issue is when i go to a page, select an item and press browser back button it take me back to first page not to page that i last visited. | |
Hello everybody. I've a question about resources: When can we use <%= %> and when use <%$ %>? what is deffernce between them? the question is about this code:<%= GetGlobalResourceObject("LangResource", "Map")%> and <%$ Resources:LangResource, Map%> | |
hi, i m trying to make something like a login page with C# using VS 2010 and SQL server database. I am using the following code to get the password from the appropriate username but i get an error of Object reference not set to an instance of an object. … | |
I have an ASP.Net site that includes a folder named "files" as a subdirectory of the site. I have a help page set up with links that are set to "~/files/help1.doc", "~/files/help2.doc", etc... These all work great. I have another section of the site where the user clicks a button … | |
Hi, I created my first web service 2 days ago in VS 2008 and was thinking about consuming it when I came across the following questions about web services: 1) My web service Test Invocation page(canned page which comes as a part of .NET framework) does not displays any sample … | |
Hello everybody. I've a question about resources: When can we use <%= %> and when use <%$ %>? what is deffernce between them? the question is about this code:<%= GetGlobalResourceObject("LangResource", "Map")%> and <%$ Resources:LangResource, Map%> | |
Hello Im intrested in making a small online store mockup just to test a bit how it would work. Id like simply a "shopping cart" with a login system where I can add products to the shopping cart and "buy" them. Any guides, tutorials, tips, snippets, etc? Thank you :) |
The End.