2,445 Unanswered Topics

Remove Filter
Member Avatar for
Member Avatar for Fergus_1

ok so i have a page with a gridview on it and it displays rows from sql table. i have also a link assigned to each row: <asp:GridView ID="GridViewMatters" runat="server" AutoGenerateColumns="False" OnRowDataBound="GridViewMatters_RowDataBound"> <Columns> <asp:BoundField DataField="client_ref" HeaderText="Client Reference" /> <asp:BoundField DataField="our_ref" HeaderText="Our Reference" /> <asp:BoundField DataField="client_name" HeaderText="First Name" /> <asp:BoundField DataField="section_name" …

0
13
Member Avatar for Zeroday-AIAST
Member Avatar for AntonyCode

RICHTEXT1: Am_______________________________________E7 On a dark desert highway, cool wind in my hair G__________________________________________D Warm smell of colitas rising up through the air F______________________________________________C Up ahead in the distance, I saw a shimmering light Dm My head grew heavy and my sight grew dim RICHTEXT2: On a dark desert highway Cool …

0
26
Member Avatar for nalb4242

Hello , I wanna ask something regarding the TPL Dataflow , I Understand that in Dataflow blocks you can use Transform block if i wanna apply changes to my input that is coming from the previous but why resources and programmers use observable and subscribe on target is that doing …

0
16
Member Avatar for Farwa_3

I want to filter the datagridview on Search button click,i am using 3-tier architecture,the grid should be updated with the search result

0
18
Member Avatar for TimTheCoder

Hello guys am trying to implement Info Cards using the IInfoCard and IInfoCardFactory and IInfocards interfaces. If you know how to complete the methods of these interfaces to make a program show the forms for the respective categories, then you might just be the guy to help me. I have …

0
65
Member Avatar for TimTheCoder

Good morning everyone, I have an MVC projet in ASP.NET and I got a little problem with the project, when I run the main **program.cs** script it breaks and says that the **Model** is null. I have followed every required step when implementing an entity relationship framework in ASP.NET. I …

0
83
Member Avatar for michellepermsm

I'm at the transcript evaluation part of my enrollment and I've been considering switching plans to Software Development. I am interested in programming, but I have noticed that there are not very many certs attached to this degree compared to others. Also, I have read that the CIW certs are …

0
23
Member Avatar for nalb4242

Hello , i am creating new website using asp net and c# .. what i am basically doing is that i have somedata in my database and will let the user show them in report based on what he is gonna choose to display for example i have in my …

1
91
Member Avatar for LowTds

Hello, I have been trying to get this robot to work out and be able to move around. I am just so confused as to how to get my arrow to get even displayed and moved when pressed by one of the directions to go. One area that I struggle …

0
79
Member Avatar for Nobu_1

Hello,i learned how to used the C++ but i have problems to analysis the problem in my project. Write a program to process monthly paycheck for all contract workers of an organization. Each worker will have the following information: Identification number (at-digit integer), the worker's name, hourly pay rate, and …

0
133
Member Avatar for johnostler

Hello All. I have been working on getting code first migrations working for my asp webpage working for many weeks with lots of frustration. The main reason why i want to use migrations is to add a new column company or something else to my asp websites main login using …

0
110
Member Avatar for Sanjeev_6

Good Afternoon All We have create a web application in asp.net mvc 5 and we want to if my application web form 4 textbox and data are same then show error duplicate entry else in 4 textbox any one box data is diffrent ( Data not exists in database ) …

0
107
Member Avatar for Daniel11

Hello Coders, I am working on ASP.NET Web Forms. In my page there is a GridView which should have a feature to upload multiple files at the same time to the server. Can you help me in implementing this feature. I want: 1. The files should be uploaded from the …

0
388
Member Avatar for dongtrien

Previously the program was written on VS2005, now I use VS2010 to run the program normally but when I publish the web site I get an error: It is an error to use a section registered as allowDefinition='MachineToApplication' beyond application level. This error can be caused by a virtual directory …

0
181
Member Avatar for sanjay.vaniya

DataSet ds = new DataSet(); string pattern = @"(</?)(\w+:)"; //[XMLText] is a string variable containing XML downloaded from a WebServices API. StringReader sr = new StringReader(Regex.Replace(XMLText, pattern, "$1")); ds.ReadXml(sr); return ds;

-1
296
Member Avatar for Ricardo Jorge

Hello to you all. I want to import an excel with four spreadsheets into 4 grid views. So far so good. But I also wan the grid view on load to check if the line values already exist on the database. What's the best apprach to add this collumn to …

0
254
Member Avatar for khalilbnzz

Hello, [Click Here](https://i.imgur.com/47YUdmn.png) My problem is in the Edit view, it gets all the information except the logo.. my edit get controller is : // GET: Billers/Edit/5 public ActionResult Edit(string id, HttpPostedFileBase logo) { if (id == null) { return new HttpStatusCodeResult(HttpStatusCode.BadRequest); } Biller biller = db.Billers.Find(id); if (biller == …

0
339
Member Avatar for dongtrien

Suppose I create an asp.net website project that loads data into griview from the class library, declaring the library to use loading data for griview //file: ChitietSP.aspx using System; using System.Data; using System.Configuration; using System.Collections; using System.Web; using System.Web.Security; using System.Web.UI; using System.Web.UI.WebControls; using System.Web.UI.WebControls.WebParts; using System.Web.UI.HtmlControls; using System.Diagnostics; // …

0
288
Member Avatar for akhter_1

i have made leaves managment system ,now i want to mentioned leaves days in attendance register if employee take leave from 1-1-2019 to 4-1-2019 then 5 day display in attendance register as a (L) . kindly guide me how it will get done. here is my attendance register query in …

0
351
Member Avatar for David Mac

Hi All, My first post in a LONG time (got a prompt from admin). I have a fully working ASP.Net website that handles dimensions in metric. The customer now wants to extend the website to allow Americans to use it using imperial measurements!!!?? (Yes, I have tried to talk them …

0
222
Member Avatar for ahmed_116

SummaryProblem ============= How to get label text from table reference on database based on TableName and FieldName dynamically from database and show on view createEmployee . Details Problem Meaning i need to get label text dynamically from database not static from model SO that Every Time i need to change …

0
320
Member Avatar for dongtrien

why was error Could not find schema information for the element 'http://schemas.microsoft.com/.NetConfiguration/v2.0:configuration' ? you see attach file http://www.mediafire.com/file/jimpgxd88zzfnab/BookShopOnline.rar/file and see file pictures http://www.mediafire.com/view/67di18r0ea4dadg/errorwebconfig.jpg/file

0
245
Member Avatar for Vb.Netter

Hi here is code snippet used temprarily on button to debug. This works but i wish to use the 2nd snippet. 1st snippet Dim connString As New SqlConnection connString.ConnectionString = System.Configuration.ConfigurationManager.ConnectionStrings("sql2008r2_857000_dmcsqlConnectionString").ConnectionString Dim cmd As New SqlCommand("select TOP 1 no from members ORDER BY no DESC", connString) Dim reader As SqlDataReader …

0
389
Member Avatar for xrjf

Here I present a WebSite containing just Default.aspx. Current snippet code has to do with coloring text in an input field of a web page. The input field is an editable DIV HTML element. While the user writes, there is a partial post (an XMLHttpRequest) to the server. Then the …

0
314
Member Avatar for kamilacbe

Am a noob to sitecore and learning it .. i have created a webpage from the content editor in sitecore also has paralel webpage in asp.net c# but when i navigate it says document not found !!.. And pops as to check the appropriate prefix added IgnoreUrlPrefixes in webconfig .. …

0
195
Member Avatar for Daron_1

Hello Everyone, I am building multi-web application pages using the Default.aspx, Default.aspx.cs and Confirm.aspx and Confirm.aspx.cs. The problem that I am having is that when I click "Confirm" before clicking "Calculate," the event handler displays the "Click the Calculate button before the confirm" at the bottom of the page. It …

0
215
Member Avatar for tangara

Hi, Currently, I am stuck with this problem whereby I do not know how to make my text disappear with a click of radio button event. To start with, the data is being drawn out using Store Procedure and the data appeared inside the textboxes when user selected a item …

0
148
Member Avatar for Ali_64

Hi I am using Product Table. I choise Category DropDownList after page is postback and I choise checkbox and I choise another DropdownList after page is postback and I lost value Checkbox Checked. How can I do example. <asp:DropDownList ID="drpKategori" Style="width: 25%" CssClass="form-control" runat="server" OnSelectedIndexChanged="drpKategori_SelectedIndexChanged" AutoPostBack="true"></asp:DropDownList> </div> <div class="form-group"> <asp:Button …

0
167
Member Avatar for _1_14

** edit http post i need to remove courses stored in ids variable note i need remove courses selected not edit** in jquery i store values of removed courses in ids variable suppose i removed photoshop and flash it will store value of 3,4 in ids variable below code when …

0
155

The End.