compare string with a list of strings
Need to compare a string with a list of strings condition space and case insensitive. sample code :publicclass COMProjectNameValidator:IValidator { MessageInfo _MessageInfo = new MessageInfo();...
View Articlethe Labelling of a polygon in asp.net
Hi my friends. I want to display the label of a polygon in asp.net using google map. Could you help me?
View ArticleThoughts on a Web CMS
My organization is choosing a Web CMS to rebuild our public-facing web site and I would like to beseech the community for their thoughts on potential web content management systems. The only two...
View ArticleRun Query based on to other query result in asp
I Am doing project for well integrity team and I want to write query that depend to the first query result. To know that the result of first query is a list of string.
View ArticleregEx expression help
Hello All, I am running into trouble when trying to record user inputs. The regEx expression I currently have: (0?[1-9]|1[0-2])...
View Articleweb form master page not displaying message
In a vb.net 2010 web form application, I have the following code that works in a development environment.If (gvAttendanceLetters.Rows.Count() > 0And gvAttendanceLetters.DataKeys(0).Values(3) =...
View ArticleVS2015: Difference between Bootstrap Snippets and Bootstrap Tags
Hello i am a beginner of bootstrap with Asp.Net Core. I play along with a simple sample: "Alert" I have this (in a .cshtml file):<bs-alerttitle="Test-Title">Test-Message</bs-alert> And I...
View Articleweb form build options with javascript message
In a vb.net 2010 web form application that I made some changes to, I have a question about the build (compile) options. In the application that I am working on, there are the build options of...
View ArticleASP.Net MVC: Request.IsAuthenticated getting false after successfully login
i am using asp.net MVC and identity to authenticate user. i saw after successfully authenticate Request.IsAuthenticated returnfalse this is sample login code which i debug and saw it is working...
View ArticleCan't get MP4 video to play on IIS 7.5
The exact same web application is deployed on our IIS 8.5 server and runs correctly. Here is what is on my .aspx page...
View ArticleWhat is sub domain and its usage
please tell me what is sub domain ? each sub domain contains a separate project ? in what kind of scenario people go or sub domain ? how sub domain is configured in IIS ?tbhattacharjee
View Articlechart from datatable in asp.net c#
I have datatable and I want to create chart based on 3 values.
View ArticleSum all values in datalist control
Good day friends! I taught this would be possible but I spend over 2hrs trying to figure this out but to no avail. This is what I want; I have datalist control that displays payment details and...
View ArticleGetting a HARD URL for Your own Action
Does anyone know how to create a simple hard URL to an action in MVC5? I'm not using it in the context of a View though, I am generating a unique URL and storing it into the database... Trying to use...
View ArticleRDLC report header row visiblility issue ..
HI, I have a RDLC Report, Contain a Table With Multiple Head Rows. I wanna Display only one Head Row in every Page. I wanna do it with Page number. If the page number is ONE(1) will show every Head...
View ArticleHow do you hide a label, textbox and button on a form via yes/no toggle switch
I want to hide a label, textbox, and button when the toggle switch is set to no. Can some help me in doing that based off my...
View Articleimplementation digital signature with md5 hash in asp
hello i want to creat one form in asp and implemen digital signature with md5 and aes that say to me correct i dont know what doing pleas help me thanks
View ArticleChange Page Language
Hi Everyone I added change Language button to the master page with the following codeIf Session("culture") = "en-US" Session("culture") = "ar-SA"else Session("culture") = "en-US"EndIf...
View ArticleHow to design data entry web app (C# VS 2015)
Hey, guys. I am an experienced programmer but very new to ASP.NET. I am needing to code a simple web app and unsure of the best way to do it. I know how to find most answers on my own, so I won't be a...
View Article