No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
5 Posted Topics
Re: Hi Nastik, first of all u need to get a third party service provider who provide your application to send the SMS via his channel, after that it's all your choice that which type of application you need to build and in which technology. Regards.. Ravikash | |
Re: Hi red_ruewei, you may use "ISNULL" keyword in the select case statement and set a default value in it. Like: SELECT dtDictDesc,program,typeQuantity, CASE WHEN typeQuantity='D460' THEN ISNULL(Quantiti,0) END AS dateStart, CASE WHEN typeQuantity='D461' THEN ISNULL(Quantiti,0) END AS dateEnd, CASE WHEN typeQuantity='D462' THEN ISNULL(Quantiti,0) END AS Location, CASE WHEN typeQuantity='D334' THEN … | |
Re: Hi vishalonne, you able to make a one more group of 4 elements(all 4 corner elements) due to this u can get more exact result.. Regards.. Ravikash | |
Re: Hi ReyJEnriquez, for this you need to insert a row in the data source dataset then rebind the grid then the data will be show in grid view.. Regards.. Ravikash | |
Re: Hi jakub.peciak, the most easy way to read the XML by using XPath in XMLDocument u may use the conditional XPath to select the nodes directly. Like: dim salesDate as new dateTime(); dim strAccname as string; dim XmlDoc as new XmlDcument(); XmlDoc.load(@"D:/XmlFile.xml"); var Transid=XmlDoc.DocumentElement.SelectSingleNode("//header[@saledate='" + salesDate.ToString("dd/MMM/yyyy") + "'][customer/@accname='" + strAccname … |
The End.