13,936 Topics

Member Avatar for
Member Avatar for Shubhib

sir, i'm using ASP.Net 2.0, i'm using a gridview in a form and i want to create a check boxes dynamically in each row of my grid view so that i can select multiple values from that grid, i want to use those selected values for some manipulation in the …

Member Avatar for hopel7758
0
254
Member Avatar for Arun.Emm

Hi , Am currently working on online examination web project.. i have a table like this.. sno question answer1 answer2 answer3 answer4 correctanswer 1 sql structured simple short none structured i just want to bind these 4 answers to my radiobuttonlist which is present inside the gridview.. am not able …

Member Avatar for AhmedSaud
0
115
Member Avatar for sam1

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 …

Member Avatar for jugosoft
0
117
Member Avatar for bg1976

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 …

Member Avatar for bg1976
0
182
Member Avatar for erum
Member Avatar for jugosoft
-1
79
Member Avatar for mohsin_mukri

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

Member Avatar for kvprajapati
0
83
Member Avatar for gouriarun

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.

Member Avatar for jugosoft
0
109
Member Avatar for edgias

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.

Member Avatar for kvprajapati
0
71
Member Avatar for qader

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 …

0
53
Member Avatar for BalajiSelvamMCA

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 …

Member Avatar for kvprajapati
0
78
Member Avatar for fullmetalboy

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 = …

Member Avatar for kvprajapati
0
214
Member Avatar for kieky

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 = …

-1
74
Member Avatar for JPByD

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 …

Member Avatar for JPByD
0
260
Member Avatar for astindeveloper

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..???

Member Avatar for AleMonteiro
0
66
Member Avatar for fullmetalboy

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 …

0
154
Member Avatar for erum

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

0
77
Member Avatar for shobana_raja

[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; …

0
57
Member Avatar for jain4

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) { …

Member Avatar for kvprajapati
0
166
Member Avatar for chiragandchirag
Member Avatar for kvprajapati
-1
34
Member Avatar for 3BeeData

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.

Member Avatar for 3BeeData
0
124
Member Avatar for cavpollo

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 …

Member Avatar for cavpollo
0
193
Member Avatar for naziatarannum

hi everyone, I'm new to Ajax, can anyone please help me in creating --Dynamic dependent cascading select using Ajax. It should not use asp .net, I need to add the code in a text field to generate this kind of cascading customized field. eg. initially we need to populate a …

Member Avatar for pritaeas
0
140
Member Avatar for savitasagar

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

Member Avatar for savitasagar
0
160
Member Avatar for roymrinal123

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

Member Avatar for patelchirag.ca
0
155
Member Avatar for pratik16
Member Avatar for baladeveloper

How to show the Empty Grid view in asp .net .... it possible then please tell me how?. thanks in advance Bala..

Member Avatar for reach_yousuf
-1
123
Member Avatar for fawadkhalil

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.

Member Avatar for ciint
0
171
Member Avatar for goleyass

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%>

0
100
Member Avatar for pikkas

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. …

Member Avatar for pikkas
0
113
Member Avatar for WyrdOne

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 …

Member Avatar for WyrdOne
0
174
Member Avatar for milan_9211

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 …

0
71
Member Avatar for bala24

Hi guys, Long time no see. Anyways, need help like always. Actually since the past two years i have been simply neglecting C++ due to my pressing commitments with ASP.Net and suddenly i feel like doing programming in C++ all over again. What i need is a startup project (Intermediate …

Member Avatar for a900nasaslam
0
182
Member Avatar for goleyass

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%>

0
49
Member Avatar for riahc3

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 :)

0
60
Member Avatar for anki1986

HI, I want to add weather forecast update according to my home location in my asp.net website,how can i add this functionality in my website,i'm beginer in web devolopment, plzzzzzz help me.

0
59
Member Avatar for static

Hi, Recently , I ve' been diggin into one .net bpm application called NetBPM. You may have used it but I found it difficult just to smoothly run on my laptop. My intention is to see its flow and to implement in my new project. As I am completely new …

0
56
Member Avatar for RoBb0

Hi Community, As the Title indicates, I'm having trouble trying to bulk insert records using a GridiView. I have searched for tutorials for a about a few weeks and the simplest one I could find was this: [URL="http://weblogs.asp.net/manojkdotnet/archive/2010/01/26/bulk-insert-using-gridview-and-sql-server-xml.aspx"]http://weblogs.asp.net/manojkdotnet/archive/2010/01/26/bulk-insert-using-gridview-and-sql-server-xml.aspx[/URL]. What I'm trying to achieve is that for every Site Name that …

0
55
Member Avatar for selasedaniweb

The first paragraph of the code above is the loginview control that resides in my Masterpage. the second paragraph is the login page. where i inserted a login control and writes the code for user authentication the third paragraph is the code that processes the user authentication and the redirection …

0
127
Member Avatar for khurramraja

Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index i got this error in my code which is red here this error is generate from last 3 days i can't understand wt happen plz help me. [code] <script runat="server"> /// …

Member Avatar for kvprajapati
0
161
Member Avatar for ibdatx

Hi, I have a window (Window1) with a ListBox (list1) bound to an xml file and a button that calls another page (Page1). Page1 implements methods to append to or alter the xml file however the control list1 is not recognized on Page1. So far I have referenced Window1 in …

0
95
Member Avatar for niths

hi all, i am doing a website where the client can upload images.. and for storing that images i am using this amazons3. so now i am in a confusion, like how to give path to store in amazons3.. can anyone suggest me.. Thank you.

Member Avatar for itknowledge_now
0
88
Member Avatar for ryathegr8

hi this is my code for forget password module..... i dont know why its not working....:(( i have attached the snapshot as well.... plz help me.... error is while updating..... [code] string strCon = ConfigurationManager.ConnectionStrings["ConnectionString"].ConnectionString; SqlConnection objcon = new SqlConnection(strCon); objcon.Open(); string str1 = "'"+txt_EmpFP_Uname.Text+"'"; string str2 = "'" + …

Member Avatar for kvprajapati
0
71
Member Avatar for chiragandchirag
Member Avatar for kvprajapati
0
39
Member Avatar for savitasagar

please give me link for free download visual source safe for Microsof tvisual Studio 2008

Member Avatar for kvprajapati
0
44
Member Avatar for KushMishra

Hello To All, Its very very urgent... I want a page in which the daily news should come[B](IN HINDI)[/B] and there are two conditions: 1. On the first page there must be only the headings and a brief introduction about each news[B](ALL IN HINDI)[/B]. 2. Secondly, on clicking on the …

Member Avatar for kvprajapati
1
185
Member Avatar for ibdatx

Hi I have two windows (Window1 and Window2) and want to set Window1 as the owner of Window2. Furthermore I want the controls on Window1 to be inherited by Window2. For instance I have a listbox list1 on Window1 and I want list1 to be in context even in Window2. …

Member Avatar for ibdatx
0
164
Member Avatar for tarwara

I have used mailing in asp on local host which worked fine but The prob has occurred when i hosted the pages the error message is: Failure sending mail. and the code i am using: [code] Dim message As New MailMessage message.From = New MailAddress("xxx@gmail.com") message.To.Add(New MailAddress("xxx@yahoo.com")) message.Subject = test …

Member Avatar for jugosoft
0
978
Member Avatar for ChPravin

Hello All, This is the first time I am using XSLT transform to transform an XML file.However, I am using a large XSLT(~2000 lines) written by someone else for the purpose of transformation.When I try to use XslCompiledTransform I get an error:The variable or parameter 'resourcetitle' is either not defined …

Member Avatar for ChPravin
0
2K
Member Avatar for Fungus1487

Hi all. I have a requirement to collect a bitmap image directly from a given AVI file. Does anyone know of any decent .Net only libraries that by any chance can achieve this? I would like to avoid any COM interops if possible but if you have had experience using …

Member Avatar for Momerath
0
242
Member Avatar for croker10

Hi All, I am trying to output an excel workbook that I created else where in the program through a Response.Write() call. The issue I am having is that when I call the Response.Write(); it shows the download dialog for the excel file which it is supposed, but when opened, …

Member Avatar for croker10
0
689

The End.