Telerik TreeList Child Level Items are not retrievable by using...
Hi, I am able to select any item in the List and save it Properly, but when I load the page again, what I want is User should be able to see previously selected item as selected rather than selected...
View Articlehave a problem in custom control with javascript
I write a custom server control with javascript the javascript is as the following and is tested , which can use "Enter" key to go to the next textbox ------ test0205.html...
View ArticleHow to create a language translator in asp.net using c#?
Without using microsoft appid and just like a program. :(
View ArticleGridView behaving Strangely in an asp.net web page.
Thank you in advance for any help! I have a GridView on an aspx page with two criteria: From Date and To Date (both text boxes). There also is a Search button. The GridView is bound to a SQL Data...
View Articlecascading with javascript
I have a form with 3 related dropdownlist and a text input. That means the first dropdownlist filter the second dropdownlist calling an webapi, the second dropdownlist filter the next dropdownlist...
View ArticleASP.Net VB: Dynamic refresh of webpage after completion of asynchronous task
Hello All - I'm trying to find best technique to handle the situation where my web page (.aspx) stay active ( able to edit and click items on it) while part of the screen showing a update bar...
View ArticleNetTiers is creating Delete methods twice need some help
Hi All, I am using ORM tool NetTiers for my Web Application, I don't know the reason but my NetTiers setting weren't saved in the .cst file and I missed the .csp file, I don't know which file saves all...
View ArticleHighlight text in the pdf.
in the aspx form contain 1 text box and search button. when enter some text in text box and click search button. when we click the button then open a pdf file and hilight the text that are given in the...
View ArticleMCV How To? Controller Action that doesn't do anything
I'm having a hard time finding anything on this on the internet possible because I don't how to word the question properly. So I'm reading the Chapter on Routing in Professional ASP.NET MVC 5 and on...
View ArticleI want to scan barcode for product management
I writing a project about product management. Now I want scan barcode of a product when I import/export to store. Can you help me?
View ArticleProblem ASP.NET MVC in IIS, RedirectToAction() and Redirect()
I am working with ASP.NET MVC 4 using Visual Studio 2015 community edition, and IIS 8.. I am beginner in this technology.. I created login page, In my Login controller (action Index), I put return...
View ArticleFeedback form on my website to email
________________________________________________________________________________protectedvoid Unnamed6_Click(object sender, EventArgs e) { MailMessage mailMsg = new MailMessage(); SmtpClient smtp =...
View ArticleFeedback form on my website to email
I need help please programmers, i need help i don't understand smtp. ____________________________________________protectedvoid Unnamed6_Click(object sender, EventArgs e) { MailMessage mailMsg = new...
View ArticleFeedback form on my website to email feedback
I need help please programmers, i need help i don't understand smtp. ____________________________________________protectedvoid Unnamed6_Click(object sender, EventArgs e) { MailMessage mailMsg = new...
View ArticleHow to get an answer to your question
For those new to message boards please try to follow a few simple rules when posting your question.Choose the correct forum for your message. Posting a VB.NET question in the C++ forum will end in...
View ArticleHOW TO ANSWER A QUESTION
Apologies for the shouting but this is important. When answering a question please:Read the question carefullyUnderstand that English isn't everyone's first language so be lenient of bad spelling and...
View ArticleDropdownlist with Model (MVC4,C#, ASP.Net2015,Razor) Pin
Hello, I'm a beginner in the whole MVC thing. I want to do a form where I get the user details by a user-dropdown-list in the same view. Like, like (select *from users where username) is this possible...
View ArticleDownload file from memorystream by client side click
Hi All, I am storing a file into Database as Image type along with its extention in another column, I am giving a link button when user clicks on that button the file should be able to be downloaded in...
View Articlehow to bind Database field value in textbox based on choosing dropdownlist...
Hi , i have a Fuel table with following fields : ColumnName: 1.BillNo 2.BillDate 3.Amount 4.EmployeeId 1001 24.02.2015 1000 e101 1002 25.02.2016 586 e102 and also i bind the dropdownlist with employee...
View ArticleHow to filter data in DataTable using like operator ?
How to filter data in DataTable using like operator ?
View Article