- Strength to Increase Rep
- +0
- Strength to Decrease Rep
- -0
- Upvotes Received
- 6
- Posts with Upvotes
- 6
- Upvoting Members
- 4
- Downvotes Received
- 11
- Posts with Downvotes
- 9
- Downvoting Members
- 5
92 Posted Topics
Hi, I'm trying to desirealise the json data from a external file where i want to read the key and fetch another dictionary value based on key please letme know if i can read dictionary inside dictionary , I have tried using DIctionary<string,object> where as am looking for Dictionary <string,Dictionary<string,string>> … | |
Hi , Am new to teamcity build configurations . so somehow i get a builderror when the source code js build for first time after rebuild its sorted in my local machine . Unfortunately the same happends in teamcity build where it cannot get the nugget package and it produce … | |
I have used GroupBy and have got the value as below into individual array but the array consist of 5 sets of same Id so how do group them futhure to get something like expected result below , any idea would be helpful [{ "id": 116, "amgId": 168755, "amgName": "FIT", … | |
Am looking for something where I could get a array of next three months in number from the current month , i have tried to get the month in string but looking for something like eg : current month is 11 (ie) November so it should return 12,1,2 as next … | |
Hi , i have a collection of html element to render the output , and i wanna change element tag for eg h2 tag to h4 and then send to the render output markup in react js . I can do them in jquery but wanna try in reactjs .some … | |
Hi,Am new to ZAPI and I have to send automated report from my jenkins build to JIRA and then built has been configured with ZAPI and i can get the test result output in Jenkins and the result is updated in JIRA aswell But the problem is my Test details … | |
Am a noob to sitecore and learning it .. i have created a webpage from the content editor in sitecore also has paralel webpage in asp.net c# but when i navigate it says document not found !!.. And pops as to check the appropriate prefix added IgnoreUrlPrefixes in webconfig .. … | |
Hi, Am trying to log my traces using common logging with log4net, am able to get my traces by using log4net but on top of it when i try with common logging dll then could nt able to get my traces .advices will be helpful. <configSections> <sectionGroup name="common"> <section name="logging" … | |
string query = "DECLARE l_cursor SYS_REFCURSOR;ServiceName la_service_provider_detail.service_name%TYPE;Surname people.surname%TYPE;Forename people.forename%Type;"+ "Action Varchar(50);Rate ey_pupil_premium_log.rate%Type;"+ "Funding_Code single_funding_formulas.funding_code%Type;"+ "BEGIN EYPupilPremiumPackage.GetEyPupilPremiumLog(pLogId=> 6613, pPreview => 'T',EyPupilPremiumLog=> l_cursor);"+ "LOOP"+ "FETCH :l_cursor "+ "INTO ServiceName, Surname, Forename,Action,Rate,Funding_Code;"+ /*IF l_cursor%NOTFOUND"+ Then DBMS_OUTPUT.PUT_lINE('NO DATA FOUND'); EXIT WHEN l_cursor%NOTFOUND; END IF; "END LOOP;"+ "DBMS_OUTPUT.PUT_LINE(ServiceName || ' | ' || Surname || … | |
Hi , here is my procedure where i want to return the open cursor to client using EyPupilPremiumLog parameter and then have to loop through for looging purpose which i cudnt able to do.. tried fetch /for etc but missing somewhere the nuanses .. Advise would be helpful. PROCEDURE GetEyPupilPremiumLog(pLogId … | |
Hi I have a procuder which return a recordset using cursor in output what am trying to do is i use cursor to get the data and same have to return it to output cursor .I can do like below PROCEDURE test(value_one IN someTabel.somecolumn%TYPE, valu_two IN someTabel.somecolumn%TYPE, Outputcursor OUT SYS_REFCURSOR) … | |
Re: Hi, To play your videos in live stream , do go for HTML5 Video tag which supports mp4 format and also check if they are in H264 codec format to play them in all browser and devices . Use FFMpeg for conversion if you require to change them to said … | |
Hi, I have a scenario like XYZ company is creating a User management System , which allows to purchase for different company , so based on the package the system provides options to save last three or five user password to check and the max is ten . XYZ---| Total … | |
hi, I need to copy a dictionary to another dictionary where the Dictionary contains class data as value for eg I want to copy the data of object A1 to A2 .Thanks for your time. Class A { } Class B { } Main() { Dictionary<int,A> A1 = new Dictionary<int,A>(); … | |
hi,I have a classB which is in location "test\folder1\generics1" and Class2 which is generic class in another folder for eg test\folder2\ and when i create object for class2 which should be able to acces class1 method which is MethodA() please advise.Thanks in advance namespace generics1 { public class B { … | |
HI, I have a class1 and Class2 which is generic class and when i create object for class2 which should be able to acces class1 method which is MethodA() please advise.Thanks in advance namespace generics1 { public class B { public void methodA() { } } public class A<T> { … | |
HI, I have class where the data of the class should be copied to another object and each time shouldnt get null , please advise as how to achieve it. | |
Hi , i have stucked up with a issue where someone might have fixed up.so here is my problem I have two dll for eg dd1 and dd2 where dd2 is referenced with dll1 and i also need the property of dd1 to dd2 which leads to circular dependency , … | |
Hi, this might be kidish to people over here , am trying to migrate code from c++ to C# where am new to CPP , so guys please help me out what this below code exactly mean . int myFunc (int a, int b)=0; Thanks for your time . | |
Re: Hi, you are passing the value for data and text field which doesnt bind the Dropdown . try using as follows: ddListKlasa.DataSource = dt; ddListKlasa.DataTextField = dt["your column name"]; ddListKlasa.DataValueField = dt["col value"]; ddListKlasa.DataBind(); not tested . | |
Re: passing the event object sender as datasource of gridview will return empty or exception..!!instead can try this as cretaing a gridview dg and bind the value of result to it..hope this helps you.. | |
Re: HI, if you are not spicify developing this is in C# , i would recomend to work this on JS which would be better.. | |
HI, I have website which works on html5 video tag to play videos and now my question is, i want to pause the video after two minutes it plays and ask the customer to pay some amount to watch the full movie , i would like to get some help/links … | |
HI, Am planning to write a event management for my web application ,where the Admin can schedule a program to one particular channel say like Admin --> BBC channel --> 10Am-12Am program one from 12 Dec2014 - 23DEC 2014 ..Now my question is when i write checking condition as no … | |
i have windows 2008 r2 server , and am trying to convert my videos from any type to mp4 format and everything is fine in local when am trying to do the same live webserver , Am able to upload the file and then when i try to convert the … | |
I have migrated my website from shared hosting to VPS server and have rehosted the site , now the problem is i cannot access the video files which is present in my server for eg : http://mydomain.com/httpdocs/test.mp4 my previous or old location was like http://mydomain.com/test.mp4 So please advice as where … | |
i have done my web application using ffmpeg to covert my videos to mp4h264 baseline codec and everything works fine , my questions is how do i host the web application in server as my hosting server doesn't support ffmpeg with windows , Any advice would be helpful as where … | |
Hi, can anybody help me out in where can i find ffmpeg download for windows x264 codec , am developing a website which converts any file format to mp4h264 baseline format , everythng was fine with another wrap installer called MooO ffmpeg which i found in this link http://www.moo0.com/?top=http://www.moo0.com/software/FFmpeg/ evrythng … | |
Hi,to make it short i want to convert a any media file to mp4 x264 baseline format so everythng went fine as i had a mooo ffmpeg but now when trying to access from c# i couldnt from mooo as it is diff installation can only be accesed wit its … | |
Hi, I happend to play lot of videos in my website in Pc as well in smartphones to say Idevices/android , so please suggest me a way where it get fall back with ease. Note: i tried using the html5 video tag some browser doesnt support this and which is … | |
HI, I am developing a website which needs an option to copy and just paste the embed code to share any kind of video lets say youtube or cnn news, the embed code has to be copied and it should play in front end so basically i have a list … | |
Hi , I have a website which has an option to play video which can be selected from a list , so my question is where can i find a video player which supports all file format and player with sharing embed code. done a flash player bt then looking … | |
Hi, Can anybody help me out to solve string handling without using predefined spilt function , here come the questions for eg i have a input string as "hai welcome to the sample " so i should display as follows hai welcome to the sample pls advice, thanks for your … | |
Hi friends, I happend to be on leave for a long time from my work , so now came to knw that one of my website gotdown in google translation API and its because of google translation is no more in use, So anybody please suggest an alternative option to … | |
Re: hi , I have an idea, why do you want to hide the previous dropdown and iterate a new one, rather you can just have conditional statement stating that if the user selects others it should iterate different data and a textbox or let it be the same data.. | |
Re: hi friend , guess your itemtemplate doesnt contain any property for email , it does has only for the checkbox which you have retrieved using find control in code behind. hope this helps... | |
Hi folks, I have encountered a new problem in my development environment , this might be a very simple part to be configured but no clue so looking for suggestion from you people , So my questions is I use ASP.net and C# recently i encountered that all my design … | |
Hi.. I need an idea to sort page load problem.. "my question is i have a page name test.aspx which plays video from admin mode which has been set as default video and moreover when the user selects a video from the list it has to play the selected video … | |
Hi.. Can anyone help me out with reference site or Code to handle multiple email server in c#.I have a task of sending Mass Emails to users. | |
Re: hi .. You can go for web config file and metion the location for particular roles and deny anonymous user. [CODE] <location path="securedpage.aspx > <system.web> <authorization> <allow users="user1,user2,etc" /> <allow roles="role1,role2, etc" /> <deny users="*" /> //here * will deny anyone other than in allowed or you can also specify … | |
Hi... Am stuck with a problem.....my question is how do i iterate a control for eg(a textbox) in runtime....let me make it clear if user enter value as "2" and clicks a button it has to iterate two texboxes as output. I have done in my way but then it … | |
Re: Hi.. This would help you to retrive ip of the system. [CODE] private void button4_Click(object sender, EventArgs e) { // string hostname = System.Net.Dns.GetHostName(); string strHostName = ""; strHostName = System.Net.Dns.GetHostName(); IPHostEntry ipEntry = System.Net.Dns.GetHostEntry(strHostName); IPAddress[] addr = ipEntry.AddressList; MessageBox.Show(addr[addr.Length - 1].ToString()); } [/CODE] | |
Re: hi.. [CODE] datagrid1.DataSource= ds.tables["tablename"]; DataGrid1.DataBind(); [/CODE] | |
Re: hi.. When you go for execute scalar method..obviously it displays first row's first column value...so why don't you try execute reader ..to read values ... | |
Hi.... I want to write a little application to get the NetBIOS names of a remote machine...exactly like the command nbtstat -a [IP], but in a programmatic way. I googled around quite a bit but without success. Could someone plz guide me how to go abt doing this. Thanks | |
Re: Hi.. you can try.. [CODE] StreamReader reader = File.OpenText("c:\\path"); string input = null; while ((input = reader.ReadLine()) != null) { Console.WriteLine(input); } [/CODE] | |
Re: Hi .. This would help you.... [URL="http://www.pdssoftware.com/newsletter/mar07/page6.htm"]http://www.pdssoftware.com/newsletter/mar07/page6.htm[/URL] | |
Re: hii... Well..you can go for update panel in Ajax.... |
The End.