473,543 Members | 2,035 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

.NET Framework Forum

Microsoft . NET Framework - Ask questions about Windows Communication Foundation(WCF), Windows Workflow Foundation(WF), applications (web, server, smart clients, console and database).
3
2,737
thread by: siarelco | last post Oct 16 '15 by: Luk3r
Good day i want to join the data from txtfname,txtmname,txtlname,txtex to txtjoin For example: txtfname-------txtmname------txtlname-------txtex 1. John ------- adam ------- smith ------- jr. 2. Mario ------- steve join those data to txtjoin
1
8,711
thread by: oquesada | last post Oct 11 '15 by: madankarmukta
I want to share an issue I faced a few weeks ago that took me around 1 week to get solved. This issue is related to a .NET User control exposed via COM interop to be accessible from MS Access 2010. Despite the Usercontrol is registered in regasm using regams /tlb myUC.dll, every time I placed a instance of this .NET "Activex" control in a MS...
3
1,571
thread by: lillyehrhart | last post Oct 8 '15 by: lillyehrhart
I have a gridview that is bound to a database. I also have fields where you can search for something and then it show up in the gridview based on what you searched for. ex, you can search for pro that starts with 123 and everything that starts with those numbers will come up. I also have a field called invoice number. however, i want to only allow...
0
1,350
thread by: radiantsoft | last post Oct 6 '15 by: radiantsoft
Hi, I have a button field in GridView. type of bottonfield is link. It shows the No of album-No of Photos. I want to display popup on that link click... <asp:ButtonField ButtonType="Link" CausesValidation="false" HeaderText="Album No-Photo No" CommandName="view" /> How can I do that.
0
1,465
thread by: chitra2787 | last post Oct 5 '15 by: chitra2787
how to dynamically locate a user control in layoutanchorablepane in avalondock 2.0?
5
1,327
thread by: lillyehrhart | last post Oct 2 '15 by: Rabbit
i have this sql statement and i want to trim off any leading spaces, how i do that SELECT tbl_Bills. AS DATE_ENT, tbl_Bills. AS SHIP_DATE, dbo.tbl_Bills.CARRIER, dbo.tbl_Bills.PRO, dbo.tbl_bills.spec_fedinv, dbo.tbl_Bills.SHIPPER, dbo.tbl_Bills.CONS, dbo.tbl_Bills.F_B, dbo.tbl_Bills.LOC, dbo.tbl_Bills.PCS, dbo.tbl_Bills.WT,...
0
1,263
thread by: lillyehrhart | last post Oct 1 '15 by: lillyehrhart
here is my gridview code for my website. <itcgv:ITCGridView ID="GridView1" EnableViewState="true" PageIndex="0" ViewStateMode="enabled" EnableSortingAndPagingCallbacks="True" CssClass="GridView" OnPageIndexChanging="GridView1_PageIndexChanging" AllowPaging="true" PageSize="30" AllowSorting="true" OnSorting="gvFreightBills_Sorting" runat="server"...
0
1,243
thread by: monicabundel | last post Sep 29 '15 by: monicabundel
i have one Login.aspx page and 1 index.html page. After logging in i m storing the Username in session i want that session value in index.html page one textbox. how can i get that value...
3
1,504
thread by: lillyehrhart | last post Sep 25 '15 by: madankarmukta
I have a text box called pro and a drop down list called scac. I am wanting to format the text box based on what is selected in the drop down. ex. pro is 1234564 and i want to format is based on the scac ABC to make it 1236-4564. I want to be able to add the format to be able to match how the scac code is formatted, whether it is separated by a...
3
4,774
thread by: ShadowLocke | last post Sep 25 '15 by: madankarmukta
Hi all, I am trying to tap in to wzcsapi.dll in windows using c#. Im able to call the funtion WZCEnumInterfaces with no problem. The problem I have is when I call the function WZCQueryInterface it gives me an error return code of 2 (File not found) I cant figure out whats going on here..what file is it looking for? public struct...
0
1,192
thread by: Rajkumariop123 | last post Sep 24 '15 by: Rajkumariop123
Please help me to how to use Resource image to WPF image.
1
1,237
thread by: lillyehrhart | last post Sep 23 '15 by: lillyehrhart
Protected Sub ddlCarriers_SelectedIndexChanged(sender As Object, e As EventArgs) Handles ddlCarriers.SelectedIndexChanged ddlScacs.SelectedIndex = ddlCarriers.SelectedIndex ddlCarriers.SelectedItem.Value = "R & L Carriers" tbProNumber.Text = "I" End Sub my current code is adding the "I" when i select any...
1
1,521
thread by: satishbangar | last post Sep 11 '15 by: madankarmukta
But,When I scheduled my windows service on the Task Scheduler It gives to me debugger on scheduled machine.But this Debugger of VS 2010 not showing any code behind in CS file.What Should I do???Its very complicated.
2
1,419
thread by: avijitpalit94 | last post Sep 11 '15 by: madankarmukta
how to pass data from a form to another form. I have two aspx pages and require to transfer data to the second form.
0
1,228
thread by: coderbot | last post Sep 7 '15 by: coderbot
I want to show the IP address whenever the form load without clicking the button to show IP address. This is my code: Function GetIP() As String Dim IP As New WebClient Return IP.DownloadString("http://icanhazip.com/") End Function I want to show the IP address in LABEL, but i can't understand how to show this in...
0
2,057
thread by: MonaN | last post Jul 31 '15 by: MonaN
I have one actionMethod which is call after every 1 second. Because of this page become very slow. It take time to respond to cursor. This method return list and then bind to Table.
5
11,161
thread by: awmantonio | last post Jul 26 '15 by: Jincy7
I am trying to make a report which gets its data from a windows form's textboxes. My code works fine but upon display of the report, a window always appear asking to enter parameter values. How can I bypass or remove this window? Here is my code: Dim report As rptVoucherReceipt = New rptVoucherReceipt Dim...
0
1,360
thread by: ButtonProgram | last post Jul 20 '15 by: ButtonProgram
I am using VS2012 C# windows forms application,now I already connect SQLserver,and I see how to insert,delete,update,search information,but I don't know whether the username and password is correct according to the table information from SQLserver.Could you please just tell me?Thank you very much!
0
1,587
thread by: pratikshya | last post Jul 14 '15 by: pratikshya
Hi, I am using Ajax combo box in my page, when i enter something in the combobox, the drop down is not expanding in IE 11.0.this is working in IE 9.0,10.0 Please help me to resolve
2
1,252
yarbrough40
thread by: yarbrough40 | last post Jul 12 '15 by: yarbrough40
Can anyone tell me if using ole to connect to my databases is "out of vogue"? I've been using it for years and only recently heard that I should probably be using ADO.net or other instead.
0
1,560
thread by: raja100 | last post Jul 6 '15 by: raja100
Window 8 using MDraw30.ocx possible or imposable pls help me...
0
1,415
thread by: LeoVBNET | last post Jun 30 '15 by: LeoVBNET
Hello Working on a VB.NET project with SQL LocalDB I'm having the next problem: When deployng on a client machine (Windows 7), my application tries to Create a DB on disk but it got ERROR 5 (Access denied) ... (It seems SQLLocalDB does not have write permissions on disk) It suppose I have not chance to manipulate that machine. I just send...
2
1,409
thread by: AlenVic | last post Jun 30 '15 by: AlenVic
VB.Net-2005. I have two projects in one solution. The problem relates to the second project only. In the second project I have main form and dialog box. On main form I have combo box with few selections. I need to read value from that combo box (on main form) to dialog box. When I set "stop" being in "form load" of dialog box and say: ...
1
1,835
thread by: qasim123 | last post Jun 26 '15 by: dotnetqueries
friends i am using visual studio to develop web applications when i import my html website into my asp.net visual studio solution and convert the extension from .html to .aspx now there is no file of (default.aspx.cs) with default.aspx i need for (defaul.aspx.cs) file to write code for database etc please help me thanks in advance !
0
1,400
thread by: hariprasad303 | last post Jun 25 '15 by: hariprasad303
how can i insert video into mysql and retrive and display in grid view?

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.