Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
Ranked #37.0K
~1K People Reached
Favorite Tags

5 Posted Topics

Member Avatar for Nastik

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

Member Avatar for meziamus
0
128
Member Avatar for red_ruewei

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 …

Member Avatar for red_ruewei
0
474
Member Avatar for vishalonne

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

Member Avatar for ravikash123
0
204
Member Avatar for ReyJEnriquez

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

Member Avatar for ravikash123
0
305
Member Avatar for jakub.peciak

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 …

Member Avatar for ravikash123
0
170

The End.