13,153 Topics

Member Avatar for
Member Avatar for Harsh_5

Hi All, I am trying to capture the MAC Address of Client PC but unable to get. Give me any solution for this.

Member Avatar for Harsh_5
0
103
Member Avatar for patel.apurva333

try { frmCombination.Mode = "Add"; this.Clear_All_Controls(); this.Enable_All_Controls(); if (!(this.Form_Name == "Secured Life")) ; this.btnGenerate.Enabled = true; this.btnChange.Enabled = true; this.mskReportDate.Text = Convert.ToString(DateTime.Now); ****** if (this.Form_Name == "Secured Life") this.txtQuotation.Text = Common_Functionality.GenerateId("ProdMix_Quot_No", "Secured_Life_Quotation", "").ToString(); else this.txtQuotation.Text = Common_Functionality.GenerateId("ProdMix_Quot_No", frmCombination.tblAnnorSet, "").ToString(); this.SetupDataGridView(); this.SqlQry = "select Tax_Sec_80CCC_Limit,Tax_Sec_80D_Limit,Tax_rate_Limit from Global_Parameters"; Connection connection = new …

Member Avatar for pritaeas
0
95
Member Avatar for Wael1988

**I need help i have a page that contain - 2 textbox - Button - Literal Button . i need to insert a website in the first textbox .. " google.com" for example and the second textbox will take a search word... " for example" . when i click on …

Member Avatar for Richard_27
0
125
Member Avatar for kumarby1980

while (rd.Read()) <table style="width: 14%; position: relative; top: -182px; left: 630px; height: 117px;"> <tr> <td> <asp:Image ID="Image1" runat="server" Height="102px" Width="114px" visible="true"/> </td> </tr> </table> protected void Page_Load(object sender, EventArgs e) { Label1.Text=Request.QueryString["Parameter"].ToString(); OleDbConnection cn = new OleDbConnection("Provider=Microsoft.ACE.OLEDB.12.0;Data Source=C:\\Users\\user\\Documents\\EmpDB.accdb"); OleDbCommand cmd = new OleDbCommand("select * from Emp where ID= @imgID ", …

0
100
Member Avatar for erdomen

![Adsız.png](/attachments/large/4/9b08a3d91dacf2acb5d1a6fbd51a5487.png "align-center") if this question has mistakes sorry, my english not very good :) :)

Member Avatar for pritaeas
0
113
Member Avatar for Violet_82

Hello all, I decided to open a new thread which I could use to ask questions about how to customize this new MVC application I created https://www.daniweb.com/web-development/aspnet/threads/497464/much-simpler-first-mvc-application, add HTML and change the default look and feel. If the mods are OK with that, I was thinking to use this thread …

Member Avatar for Violet_82
0
274
Member Avatar for Slade

How would I go about creating a forum system in ASP .NET similar to that of this site? Did you create this forum system Dani? Any tips for me? Thanks, help is greatly appreciated. Slade.

Member Avatar for Ram_12
0
2K
Member Avatar for sfiso27
Member Avatar for Tracy_2

Hello Guys, I have a asp site. and Now i'd like to install forum(Xeforo or Vbulletin) is it possible or not? I can use separate database and site | code but in the same root domain? Is it stable? Need your solution Much thanks Leon

Member Avatar for pritaeas
0
138
Member Avatar for Saboor880

Hello to all! I have learnt VB.net and used IDE Visual studio 2012. Know I have started learning java. But I have a confusion that can Java be used with .NET frame Work? If Yes then which IDE is required for this. As we know that for VB.Net, C#.Net and …

Member Avatar for JamesCherrill
0
283
Member Avatar for jay.perez.167189

Sample code: Try Dim constr As String = ConfigurationManager.ConnectionStrings("FileDBConnectionString").ConnectionString Using con As New SqlConnection(constr) Using cmd As New SqlCommand() 'cmd.CommandText = "SELECT fldControlno, fldRecno, fldFileName ,fldDate FROM tblPDSTrainzATemp where fldRecno= ('" & txtrecordno.Text & "')" Convert(varchar, fldDate, 101) ' cmd.CommandText = "SELECT fldcontrolno,fldEmpID,Convert(varchar, fldDate, 101) as [Date],fldPosition, fldSalary, fldAttachType, fldfilename,fldfiletype,fldfiledata …

Member Avatar for zinist
0
125
Member Avatar for manoj_18

I am not able to make a connection with database in gridview, please give me suggestion on reply

Member Avatar for zinist
0
111
Member Avatar for cagrifromearth

hello guys, i am creating a web site with webform. First i created a login page when i click button i go homepage.And i added logout button in homepage, when i click going login page but if i click internet back button(arrow <-) i go homepage again. I didnt solve …

Member Avatar for Lau_1
0
119
Member Avatar for benny300

create edit button beside treenode in asp.net webapplication project with c# codings #how to create edit button beside treenode#

Member Avatar for zinist
0
102
Member Avatar for hwoarang69

I am new at vb .net and I want to know how to make website in it? like connect two papes or using header in different file and linking it together etc.. for some reason when I create a page than vb studio automatic adds a form tag and creates …

Member Avatar for djjeavons
0
3K
Member Avatar for Avani Nimavat

I have used one dropdown and three panels. Three panels are inside the updatepanel and the dropdown list is outside the updatepanel. I have initially hide the panels. I want to make one of the panels visible as per the selected item in the dropdownlist. The problem is when I …

Member Avatar for tarunap
0
3K
Member Avatar for meyu

please i need urgent help, im trying to load a picture uploader through an iframe in my application, the uploader is located on a different subdomain but im calling it from the current subdomain on the same website but when i click the hyperlink that is supposed to show the …

Member Avatar for paniraj
0
696
Member Avatar for Violet_82

Hi, since I've spectacularly failed to build a simple MVC application (for now at least ) https://www.daniweb.com/web-development/aspnet/threads/496278/building-first-mvc-application, I've decided to do even a simpler one, modelled on this one http://www.codeproject.com/Articles/683942/An-Absolute-Beginners-Tutorial-for-understanding-E , which is supposed to create a few books and their associated reviews I don't think it gets simpler than …

Member Avatar for Violet_82
0
328
Member Avatar for Violet_82

Hello guys, I wonder if I could get some help with a project I'm planning to start. As you all probably know, I'm learning MVC and I've followed dozen of online tutorials, dipped in and out of many books but I got to the conclusion that I have to dive …

Member Avatar for Violet_82
3
812
Member Avatar for JerrimePatient
Member Avatar for JerrimePatient
0
218
Member Avatar for sth_syed

I have a grid view which should be fill one by one records. I have a text box where i give the id and it should fetch record according to it and fill grid view one by one from the DataBase. I am working in asp.net 2010 using VB. ID …

Member Avatar for pritaeas
0
56
Member Avatar for Stefano Mtangoo

I'm creating Frontend for an application with Established database (am rewriting to be explicit and so there are some things I cannot change. I was looking at Default Register/Login that comes with MVC5 sample and found that its table have fields that are problematic to my app. Specifically, my users …

Member Avatar for Stefano Mtangoo
0
2K
Member Avatar for jbisono

Hello friends, I am trying to approach a procedure but i am stock trying to add a DropDownList control into a TreeView Control, there is no TreeNode.Control.Add(). can somebody give an idea how can i go for this. thanks.

Member Avatar for benny300
0
2K
Member Avatar for Mike Askew

Howdy So I have a set of data coming back from a process with five different pieces of data per entry in the set. Are there any fancy ways you can generate some kind of look-a-like report on the fly in WCF, else what would be the best way to …

0
243
Member Avatar for mgt
Member Avatar for almostbob
0
296
Member Avatar for gcardonav

Hi Guys, At my work I been provided a QAAWS that will provide me with certain. For privacy reason I cannot give you the actual QAAWS but it is simila to [this one](https://liveoffice.etosoftware.com/dswsbobje/qaawsservices/biws?WSDL=1&cuid=Afg7hriNfChBslO9TDgBqLc). I know how to create a web service and pulled the data using my own SQl queries …

Member Avatar for pritaeas
0
285
Member Avatar for morfious90

in my grid data is represented as Datewise . So I want To Group the data that has same Date. and After Grouping Insert space for different Date. I tried to Achive this by this code But Was faild; Even Now i Have a Checkbox in footer that perform Java …

0
103
Member Avatar for Dipanjana

Hi . I am writing sp that i will use for generating SSRS reports . In the sp , i hv passed month name as input parameter. I am able to get the required output but need to filter it based on months .i.e entries present for current month upto …

0
141
Member Avatar for irmeysam

I’ve been looking and researching ASP.NET hosting provider for the past few weeks. Please kindly help me to choose the best hosting provider for me. I will be more details about my requirement below. I’m leaning towards Microsoft Azure Web but a bit concerned about the price. I will talk …

0
275
Member Avatar for 1111lt

I am getting an error message with my dapper code below. Any ideas? Thanks! Error 5 Cannot implicitly convert type 'Data.EmailAddresses' to 'System.Collections.Generic.List<Data.EmailAddresses> **1. Data coming from sql query** StudentId Gender EmailAddress 123456 Female maryjoe@gmail.com 123456 Female mary.joe@mycollege.edu 123456 Female mj@hotmail.com **2. Classes** public class Student { public string StudentId …

0
83

The End.