Bulk insert using table value parameter hangs my application
I am using table value parameter for insertion into four table and four table value parameters are used but after the insertion my application gets hangs on any one can assist.
View ArticleMake image appear after div, and next dive appear after image
Hi All, I am using an asp.net application page to show the contents on the page with line break and OR image on the line break, I am not yet done with image itself, the problem is image appears at an...
View ArticleHow to write to fileOutputStream mapped to physical file c#
here i am trying to save memory stream data into zip files which could be many segment. please see my below code which works fine. privatevoid button2_Click(object sender, EventArgs e) { using...
View Articlequestion
hello : how can i please build graph has two part ( bi-part) , have like node friends facebook and posts facebook , link between two nodes( node friend and node post ) may be : like , comment and share...
View ArticleASP.Application is giving "An unhandled win32 exception occured in w3wp.exe...
Hi All, I am getting the following error when I try to run my ASP.Net web-forms application with my database credentials but I run the same application with my other colleagues database credentials I...
View Articleasp.net, c#
please help Im using MySql database and asp.net c# I have a listview like this<asp:Listview ID="listview1" runat="server"><Item template><div class="header" ><%# val("name ")...
View Articledefault gridview listing not showing on page
I have the following:<asp:linkbutton ID="LinkButton1" runat="server" OnClick="LinkButton1_Click">Find Project :<asp:TextBox ID="FindProject" runat="server" Text="" CssClass="submit">...
View ArticleMultiple page redirection in ASP.NET WebApi
I am trying to develop a appliction in asp.net webapi and knockoutjs VM, Please help me how to create new page and how to redirect to a new page from home page or masterpage.
View ArticleHow to encrypt message in WCF by writing code
i want to develop a wcf service which will send encrypted message / response to client and client will decrypt it and same way client will send data in encrypted format which wcf service decrypt it...
View ArticleUse of LastOrDefault()
I need to extract the last data so i used the following code in MVC controller: var cmpid = db.complaint_master.Where(m => m.uid == id && m.isvalid == 0 && m.dateofcomplaint ==...
View ArticleHow do I assign Session value to label in Asp.net?
I have this link control that passes values via querystring to another page:ItemTemplate> <asp:HyperLink ID="hdReserve" class="js_siteid" AutoPostBack="false" runat="server" Text="Select"...
View ArticleServer Side Code and Client Side Code
Hi Guys, Which method is best for an application means doing code in Server side or Client Side ? For instance if I'm going to Bind a Grid view which is best Server...
View ArticleExport data to excel in asp.net
How to export data to excel page step by step that shows headerrow, headersubrow, data row and total row asp.net?
View ArticleHow do I access a csv file without hardcoding it in my code?
I want to use: using (StreamReader reader = new StreamReader(NRFileUpload.FileContent)) instead of using (StreamReader reader = File.OpenText(@"c:\Users\pzd74f\Downloads\FinalLabor2015.csv")) However...
View ArticlePraser Error
step 1: i took a web site application step 2: i took a master page (.master) and 2 content pages (.aspx), of that are inherited from master page. Step 3: i took both master page and content pages...
View Articledynamically insert textbox in gridview and insert the data of textbox in...
How to insert textboxes dynamically in gridview and than insert the textbox data in the database? Using VS2013 framework 4.5 ASP.NET C#
View ArticleWhile implementing interface concept in asp.net web application getting an...
Hello... Im implementing interface concept in asp.net web application to insert city details to database table. Im getting error as "Internal Compiler Error: stage 'DEFINE'" i couldn't able to access...
View ArticleASp.net C# server page redirect using visual studio 2013.4
I have try to server page redirect using button. but I want to try using href link then its not server redirect. anyone help me how to server page redirect using visual studio 2013.4 in href link.
View Articlemake a contact form using asp.net c#
anyone please tell me how to make a contact form using asp.net c#. I have many time to try make a contact form but given error.
View ArticleHow to play mp4 video file from url to my web site
i want to show video from other site just like http://www.mediafire.com/download/tq56im08cb3kdaf/sugyipan.mp4[^] copy to text box want to show that video file to my site please help me how can i solve...
View Article